We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9dbc7a commit 655b940Copy full SHA for 655b940
1 file changed
Wireframe/index.html
@@ -2,15 +2,15 @@
2
<html lang="en">
3
4
<head>
5
- <meta charset="UTF-8" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta charset="UTF-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" >
7
<title>Wireframe</title>
8
- <link rel="stylesheet" href="style.css" />
+ <link rel="stylesheet" href="style.css" >
9
<link rel="preconnect" href="https://fonts.googleapis.com">
10
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
12
<link href="https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Inter:wght@400;600&display=swap"
13
- rel="stylesheet" />
+ rel="stylesheet">
14
</head>
15
16
<body>
0 commit comments