-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTEMPLATE.html
51 lines (41 loc) · 1.25 KB
/
TEMPLATE.html
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
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Probably Matt's BLAH BLAH 🐝</title>
<meta name="description" content="BLAH BLAH">
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<!--copy here -->
<div class="pagesthing">
<a href="index.html">main page </a> <!--a fancy space-->
<a href="projects.html">projects</a> <!--a fancy space-->
<a href="blender.html">blender things</a> <!--a fancy space-->
<a href="books.html">book tracker [ended]</a> <!--a fancy space-->
<br>
</div>
<!--paste there-->
<div class="borderthings">
<div class="intropart">
<div class="titlething">
<h1>blah blah blah</h1>
<div class="intropart" >
<p>
blah blah blah, and well here it is
</p>
</div>
</div>
</div>
</div>
<br>
<!--copy-->
<h5>
i bet this looks awful on mobile <br>
copyright 🤷 2020
<br>
<a href="https://icons8.com/license">icons by icons8! <a>
</h5>
<!--paste-->
</body>
</html>