-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.html
25 lines (22 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>New Tab</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="https://cdn-icons-png.flaticon.com/512/1665/1665599.png">
</head>
<body>
<centerer><h1>Options</h1></centerer>
<br>
<br>
<centerer><button onclick="location.href='setup.html';">Go to Setup</button></centerer>
<br>
<br>
<centerer><button onclick="location.href='index.html';"> Go Home</button></centerer>
<script src="script.js"></script>
<br>
<br><centerer><important><centerer><mediumtitle>DANGER ZONE</mediumtitle></centerer><br><centerer><button onclick="localStorage.removeItem('URLname'); localStorage.removeItem('URLlink'); let URLname = []; let URLlink = []; location.href='index.html';">Delete all of your quicklinks</button></centerer><br><centerer><button onclick = "localStorage.clear();location.href='index.html';">Reset the website</button></centerer></important></centerer>
</body>
</html>