-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
42 lines (40 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<script src="https://kit.fontawesome.com/e8faabaa7c.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="assets/icon.ico">
<title>settings | food's stuff</title>
<link rel="stylesheet" href="/style.css"/>
</head>
<body>
<div class="topnav">
<button onClick="window.open('https://fo-od.github.io', '_self');", class="button">Home</button>
<button onClick="window.open('https://fo-od.github.io/misc', '_self');", class="button">Miscellaneous</button>
<button onClick="window.open('https://fo-od.github.io/settings', '_self');", class="button">Settings</button>
</div>
<h1 style="font-size:50px">
<span
class="typer"
id="header1"
data-words="Settings"
data-colors="#30ffac"
data-delay="100"
data-loop="1">
</span>
<span class="cursor" data-owner="header1"></span>
</h1>
<script async src="https://unpkg.com/typer-dot-js@0.1.0/typer.js"></script>
<h3 style = "display:inline-block;">Tab cloaking </h3>
</label>
<a class="panic" href="https://www.google.com" accesskey="p">PANIC</a>
</a>
<body onload="javascript:loadPicture()">
<div>
<input class="settingsInput" id="tabtitle" placeholder="Ex: Google Classroom" autocomplete="off">
</input><button class="settingsButton" onclick="tabtitle()" name="cloakButtonTitle">Title</button>
<button class="settingsButton" onclick="tabicon()" name="cloakButton">Icon</button>
<button class="settingsButton" onclick="resetTab()" name="cloakButton"><i class="fa fa-redo-alt"></i></button>
</div>
<script src="assets/js/tabcloak.js"></script>
</body>
</html>