-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstruction.html
More file actions
43 lines (29 loc) · 1.21 KB
/
construction.html
File metadata and controls
43 lines (29 loc) · 1.21 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>
<head>
<title>UNDER CONSTRUCTION</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img id = 'banner' src ='img/banner.png'>
</header>
<aside>
<img id = "asidemain" src ="img/mii/sidemii.png">
<ul id = 'nav'>
<li> <a href = "index.html"> Home </a> </li>
<li> <a href = "portfolio.html"> Portfolio </a> </li>
<li> <a href = "links.html"> Links </a> </li>
</ul>
<p>Welcome to the <b>website</b> of <b>Will Wright</b>!</p>
<p>This page is currently under construction, so for the time being, here are some of my past projects, WIPs, and things I'm involved in!</p>
<img id = "chart" src = "https://ghchart.rshah.org/treeinsect" alt = "A GitHub chart showing my recent commits">
</aside>
<section>
<h4>NOTHING TO SEE HERE!</h4>
<p>This page is currently under construction. Check back later to see any updates :)</p>
</section>
<footer>
<p>Hosted on GitHub Pages ^_^</p>
</footer>
</body>
</html>