-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtemplate.html
More file actions
28 lines (25 loc) · 930 Bytes
/
template.html
File metadata and controls
28 lines (25 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portal 2 Rules</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" type="text/css">
<link rel="icon" type="image/png" href="https://avatars.githubusercontent.com/u/83299896" />
</head>
<body>
<nav>
<img src="menu-icon.svg" alt="Menu" width="48px" height="48px">
<h2>Portal 2 Rules</h2>
{{NAV_MENU}}
</nav>
<main>
<h1 class="title">Portal 2 Rules</h1>
{{CONTENT}}
</main>
</body>
<script src="scroll.js"></script>
<script src="mobile-menu.js"></script>
<script src="command-table.js"></script>
</html>