-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.example.html
99 lines (99 loc) · 3.64 KB
/
index.example.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<title>New Tab</title>
<!--THEME-->
<link href="themes/black.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--Remove or comment out if unnecessary-->
<div id="clock"></div>
<script src="clock.js"></script>
<div id="parent">
<h4>
<span class="cmd-dir">[root@startpage:~] </span>
<span class="cmd-dollar">$</span>
<span class="cmd-cmd">./startpage</span>
</h4>
<div id="trees">
<div class="title r1">
<h4>
<!--TREE TITLE-->
<span class="cmd-cmd">General:</span>
</h4>
</div>
<div class="tree r1">
<ul>
<li>
<a href="https://mail.google.com/"> gmail </a>
</li>
<li>
<a href="https://drive.google.com"> drive </a>
</li>
<li>
<a href="https://github.com/"> github </a>
</li>
<li>
<a href="https://web.whatsapp.com/"> whatsapp </a>
</li>
<li>
<a href="https://fonts.google.com/"> google-fonts </a>
</li>
</ul>
</div>
<div class="title r2">
<h4>
<!--TREE TITLE-->
<span class="cmd-cmd">Entertainment:</span>
</h4>
</div>
<div class="tree r2">
<ul>
<li>
<a href="https://www.youtube.com/"> youtube </a>
</li>
<li>
<a href="https://www.reddit.com/new/"> reddit </a>
</li>
<li>
<a href="https://www.twitch.tv/"> twitch </a>
</li>
<li>
<a href="https://twitter.com/home"> twitter </a>
</li>
</ul>
</div>
<div class="title r3">
<h4>
<!--TREE TITLE-->
<span class="cmd-cmd">Work:</span>
</h4>
</div>
<div class="tree r3">
<ul>
<li>
<a href="#"> homepage </a>
</li>
<li>
<a href="#"> git </a>
</li>
<li>
<a href="#"> management </a>
</li>
</ul>
</div>
</div>
<h4>
<span class="cmd-dir">[root@startpage:~]</span>
<span class="cmd-dollar">$</span>
<span class="cmd-cmd">./search -e brave</span>
</h4>
<form action="https://search.brave.com/search" method="GET" class="search-form">
<h4 class="search-title"> Search: </h4>
<input type="text" name="q" autofocus class="search-input" />
</form>
</div>
</body>
</html>