-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
47 lines (42 loc) · 1.24 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<title>Home</title>
<head>
<link rel="icon" href="./icons/ICON-48.png" type="image/png">
<link rel="stylesheet" href="css/style.css"/>
<script src="./js/mouse.js"></script>
<!--[if IE]>
<style>
.body {
cursor:pointer !important;
}
</style>
<![endif]-->
</head>
<body>
<div class="cursor"><script src="./js/mouse.js"></script></div>
<div class="container">
<nav class="nav_item">Nav
<div class="list">
<a href="https://open.spotify.com/">Spotify</a>
<a href="https://www.reddit.com/">Reddit</a>
<a href="https://facebook.com/">facebook</a>
<a href="https://twitter.com/">Twitter</a>
<a href="https://github.com/">GitHub</a>
<a href="https://www.youtube.com/">YouTube</a>
</div>
</nav>
</div>
<div class="container2">
<div class="section-quotes" id="section">
</div>
<div class="search">
<div class="header" id="header"></div>
<form action="https://www.google.com/search" method="GET">
<input placeholder="Search..." class="form-input" name="q"/><button type="submit" class="btn"></button></form>
</div>
</div>
<script src="./js/quotes.js"></script>
<script src="./js/header.js"></script>
</body>
</html>