Skip to content

Commit 502d594

Browse files
committed
refactor: good html
1 parent 6f5a57b commit 502d594

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

template.html

+22-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
<!DOCTYPE HTML>
22

3-
<head>
4-
<title>Portal 2 Rules</title>
5-
<link rel="stylesheet" href="style.css" />
6-
</head>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Portal 2 Rules</title>
8+
<link rel="stylesheet" href="style.css" />
9+
<link rel="icon" type="image/png" href="https://avatars.githubusercontent.com/u/83299896" />
10+
</head>
711

8-
<body>
9-
<nav>
10-
<div>
11-
{{NAV_MENU}}
12-
</div>
13-
</nav>
14-
<main>
15-
<h1>Portal 2 Rules</h1>
16-
{{CONTENT}}
17-
</main>
18-
</body>
19-
20-
<script src="scroll.js"></script>
12+
<body>
13+
<nav>
14+
<div>
15+
{{NAV_MENU}}
16+
</div>
17+
</nav>
18+
<main>
19+
<h1>Portal 2 Rules</h1>
20+
{{CONTENT}}
21+
</main>
22+
</body>
23+
24+
<script src="scroll.js"></script>
25+
</html>

0 commit comments

Comments
 (0)