-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtech.html
37 lines (32 loc) · 793 Bytes
/
tech.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> hollowillow/tech </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class='header'>
<h1> hollowillow/tech </h1>
<p> checkout my tech blog! </p>
</div>
<div class='navigationBar'>
<a href='index.html' class='right'> home </a>
<a href='rpgs.html'> rpgs </a>
<a href='music.html'> music </a>
</div>
<div class='columnContainer'>
<div class='side'>
<h2> profiles </h2>
<a href='https://github.com/hollowillow'> github </a>
</div>
<div class='main'>
<h2> posts </h2>
</div>
</div>
<div class='footer'>
<a href='https://github.com/hollowillow/hollowillow.github.io'> visit my github page </a>
</div>
</body>
</html>