forked from jwuwuwj/v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testing.html
55 lines (50 loc) · 1.87 KB
/
testing.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
<!-- new era document 1-->
<!DOCTYPE html>
<html>
<head id="">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7725819948714793"
crossorigin="anonymous"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Plasm - Grin</title>
<link rel="icon" href="imgs/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<script src="js/changetitleandfavicon.js"></script>
<script src="js/themechanger.js"></script>
<script src="js/startup.js"></script>
</head>
<body class="root">
<main>
<div id="navbar">
<script src="js/main.js"></script>
</div>
<h1>ㅤ</h1>
<h1>ㅤ</h1>
</main>
<div class="settingsbuttons">
<button onclick="redaccent()">red accent</button>
<button onclick="light()">normal theme</button>
<button onclick="dark()">blue theme</button>
<label for="color-picker">Select a color:</label>
<input id="color-picker" type="color">
</div>
<div class="dropdown">
<div class="select">
<span class="selected">Themes</span>
<div class="caret"></div>
</div>
<ul class="menu">
<li onclick="normaltheme()" >Normal Accent</li>
<li onclick="redaccent()">Red Accent</li>
<li onclick="bluetheme()">blue Accent</li>
</ul>
</div>
<script src="js/dropdowns.js"></script>
<div class="lightdarkcontainer">
<div class="dark"></div>
<div class="light"></div>
</div>
<hr class="line">
</body>
</html>