-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgoogle.html
32 lines (27 loc) · 1.06 KB
/
google.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Google</title>
<meta content="DevHub" property="og:title" />
<meta name="keywords" content="devhub, dev hub, school games, games, unblocker, unblock, unblocked games, proxy, proxy site, proxies. ultraviolet, ultraviolet proxy, thedevs, unblockedgames, ubg, school games, school proxy" />
<link rel="shortcut icon" href="https://www.google.com/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/main.css">
<script src="./uv/uv.bundle.js"></script>
<script src="./uv/uv.config.js"></script>
<script src="/js/main.js" type="module"></script>
<script src="/js/search.js" type="module"></script>
</head>
<body>
<br><br><br><br><br><br><br><br>
<input type="url" onkeypress="keyCheck(event)" id="input"placeholder="Enter URL or query">
<br><br><br>
<button class="hvr-grow"onclick="load()"style='font-family: Monospace; font-size: 28px;'>Browse</button>
<br><br><br>
</body>
</html>
<style>
.select {
font-family: 'Lucida Console';
font-size: 20px;
}
</style>