forked from voxie12/moon
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
25 lines (25 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>home</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="static/home.svg" type="image/x-icon">
<script src="scripts/highlightSymbols.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" crossorigin="anonymous"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="></script>
</head>
<body>
<img id="img" src="static/forest.jpg">
<form id="form" action="https://duckduckgo.com/" method="GET">
<input id="input" autofocus name="q" type="search" placeholder="search" tabindex="1" autocomplete="on">
</form>
<script src="scripts/clockbox.js"></script>
<script src="scripts/bookmarks.js"></script>
<script src="scripts/input.js"></script>
<script src="scripts/bangs.js"></script>
<script src="scripts/init.js"></script>
</body>
</html>