This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
settings.html
77 lines (74 loc) · 2.71 KB
/
settings.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
<!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>Google</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="/src/main.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css">
</head>
<body>
<nav>
<img src="images/logo.png" alt="logo">
<h1>DBP's Games</h1>
<p class="MOTD"></p>
<ul>
<a class="test" href="index.html">Home</a>
<a href="main.html">Proxies</a>
<a href="bookmarklet.html">Tips and Bookmarklets</a>
<a href="Othersites.html">Other Sites</a>
<a href="aboutblank.html">Open in About:Blank</a>
<a href="settings.html">Settings</a>
</ul>
</nav>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h1 class="white">Tab Cloaker</h1>
<form id="tabForm">
<label for="favicon">Favicon URL:</label>
<input type="url" id="favicon" required>
<label for="title">Title:</label>
<input type="text" id="title" required>
<br>
<button type="submit">Cloak Tab</button>
<button onclick="normalFavicon()">Use normal DBP's Math branding</button>
</form>
</div>
</body>
<footer id="footer">
<main>
<hr>
<h1>DBP's <span>Math</span></h1>
<div class="content-wrapper">
<div class="left">
<h2>Thanks <a href="https://discord.com/invite/3kh0" target="_blank" alt="discord link"><span class="one">3kh0</span></a> for the games!</h2>
<h2>Subscribe to my <a href="https://www.youtube.com/@DiamondBroPlayz?sub_confirmation=1" target="_blank" alt="subscribe"><span class="two">YouTube</span></a></h2>
<h2 class="four">Join the <a href="https://discord.gg/3wd2CYDvBm" alt="discord link" target="_blank"><span class="three"><i class="fa-brands fa-discord"></i>Discord</span></a></h2>
</div>
<div class="right">
<div>
<h2>LEGAL</h2>
<a href="/other/terms.html">Terms of Service</a><br>
<a href="/other/privacy-policy.html">Privacy Policy</a><br>
<a href="/other/dmca.html">DMCA</a>
</div>
<div>
<h2>OTHER</h2>
<a href="javascript:alert('Email: [email protected]\ For Support, etc.')">Contact</a><br>
<a href="other/about.html">About</a>
</div>
</div>
</div>
<p>© 2022-2023 DBP's Math. All rights reserved.</p>
</main>
</footer>
</html>
<script src="/src/script.js"></script>