-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrt.html
More file actions
69 lines (60 loc) · 2.72 KB
/
strt.html
File metadata and controls
69 lines (60 loc) · 2.72 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>STRT</title>
<meta name = "revised" content = "13 Sep 2021" />
<link rel="icon" href="res/favicon.svg" type="image/svg+xml" sizes="32x32">
<!-- Auto refresh every 5 minutes -->
<!-- <meta http-equiv = "refresh" content = "300" /> -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
</style>
<link rel="stylesheet" href="res/main.css" type="text/css" media="screen, projection" />
<script src="res/main.js"></script>
<script src="res/color.js"></script>
</head>
<body>
<!-- Random color background -->
<script>setColor();</script>
<!-- Search bar -->
<div id="search"><div>
<form method="get" target="blank" action="http://duckduckgo.com/?q=">
<input id="g_txt" name="q" type="text" autofocus required class="TextField" id="q" placeholder="Web search..." autocomplete="on"/>
<input id="g_btn" name="submit" type="submit" title="Enter" value="↲" />
</form>
</div></div>
<!-- Speed dial -->
<div id="main"><div>
<!-- Put your links after here -->
<h1>Social</h1>
<a href="http://twitter.com" target="_blank">Twitter</a>
<a href="https://reddit.com" target="_blank">Reddit</a>
<a href="https://github.com" target="_blank">GitHub</a>
<h1>Utilities</h1>
<a href="https://duckduckgo.com" target="_blank">DuckDuckGo</a>
<a href="https://google.com" target="_blank">Google</a>
<a href="https:/wikipedia.org" target="_blank">Wikipedia</a>
<a href="http://amazon.com" target="_blank">Amazon</a>
<a href="http://translate.google.com" target="_blank">Google Translate</a>
<a href="https://mail.google.com" target="_blank">Gmail</a>
<a href="https://docs.google.com" target="_blank">Google Docs</a>
<h1>Streaming</h1>
<a href="http://youtube.com" target="_blank">YouTube</a>
<a href="http://twitch.com" target="_blank">Twitch</a>
<a href="http://hbo.com" target="_blank">HBO</a>
<a href="http://netflix.com" target="_blank">Netflix</a>
<h1>Lifestyle</h1>
<a href="https://eatthismuch.com" target="_blank">Eat This Much</a>
<a href="http://9gag.com" target="blank">9GAG</a>
<a href="https://coinbase.com/price" target="_blank">Coinbase</a>
<a href="https://coinranking.com" target="_blank">Coinranking</a>
<a href="https://money.cnn.com/data/markets" target="_blank">Markets</a>
<a href="https://nationalgeographic.com/" target="_blank">National Geographic</a>
<!-- <h1>STRT</h1> -->
<!-- No more links after here -->
</div></div>
<script>getFavicons();</script>
</body>
</html>