-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 907 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>
Bing
</title>
<link rel="stylesheet" href="stylesheet.css">
<script src="javathing.js"></script>
</head>
<body>
<div id="major">
<a href="Major.html" class="Major">Check out how this website was made!</a>
</div>
<div id="splash-image">
<img src="ross.svg" width="50%" height="60%"></img>
</div>
<div id="menu">
<div id="menu-items">
<a href="aboutme.html" class="menu-item thing1">about me</a>
<a href="projects.html" class="menu-item thing2">projects</a>
<a href="interestinglinks.html" class="menu-item thing3" style="text-decoration: line-through;">interesting links</a>
<a href="inspirations.html" class="menu-item thing4">inspirations</a>
</div>
<div id="menu-background-pattern"></div>
</div>
</body>
</html>