-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (64 loc) · 1.33 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>New Tab</title>
<style>
div {
text-align: center;
font-family: sans-serif;
color: #ffffff;
}
body {
background-color: #1f1f1f;
padding-left: 700px;
padding-right: 700px;
}
.paragraph {
margin-top: 50px;
color: #ffffff;
}
.searchBox, .searchEnter {
border-radius: 50px;
background: #1f1f1f;
box-shadow: 20px 20px 60px #1a1a1a,
-20px -20px 60px #242424;
height: 50px;
color: white;
}
.searchEnter {
width: 50px;
}
.searchBox {
width: 400px;
}
h1 {
margin-top: 200px;
font-size: 80px;
}
fieldset {
text-align: center;
font-family: sans-serif;
color: #ffffff;
margin-top: 50px;
border-radius: 20px;
padding: 20px;
}
</style>
</head>
<body>
<div>
<h1>dogeTab</h1>
<p class="paragraph">Search the Web here...</p>
<script async src="https://cse.google.com/cse.js?cx=a0ef9bb72c19b4c4a">
</script>
<div class="gcse-search"></div>
</div>
<fieldset>
<p>Suggested Sites:</p>
<a href="https://www.google.com">Google</a>
<a href="https://codepen.io">CodePen</a>
<a href="https://duckduckgo.com">DuckDuckGo</a>
<a href="https://www.youtube.com">YouTube</a>
</fieldset>
</body>
</html>