-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-template.html
More file actions
43 lines (40 loc) · 1.63 KB
/
page-template.html
File metadata and controls
43 lines (40 loc) · 1.63 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<link rel="stylesheet" href="css/global.css">
<link href="css/colors.css" rel="stylesheet">
<link rel="stylesheet" href="css/doc-page.css">
<title>Document</title>
</head>
<body>
<div class="header">
<a href=""><img src="assets/left-arrow.png" alt="Back" height="40" width="40"></a> <!--back button-->
<div>
<h1>Title</h1>
</div>
<div></div> <!--placeholder so title is centered-->
</div>
<div class="container">
<div class="outline">
<div class="outline-content">
<ul>
<li><a href="#heading 1">heading 1</a></li>
<li><a href="#heading 2">heading 2</a></li>
</ul>
</div>
</div>
<div class="main">
<h1 id="First thing">First thing</h1>
<p>some of the things that therea re arounds ome ofa
ofaowheoahweoahwgoawhgoahwgohawegohwaoeghoawhgoawhgoawhgohawegnoawong
awehogaowhgaowhgaowgnaowgnaowgaonwgonawgeonawgoiawgnoniowgaonwgaogniwaoenoanwgeoinwaegonawegoniawegonwaegnoiwaegonwaegonawegonwaea
awgonaweognaweognawegoinweagonweagonwageoniwegaonaweongwaegonwaogiewagonawegonaweonwgeonweagonwaegonwaegonawgonwaeg
awgonwaeonwgoniaewgonaowgnoineawgonwegoinwegaonwgeaoniegwonwnonoegwoiwnoawegongwion
</p>
</div>
</div>
</body>
</html>