-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (14 loc) · 718 Bytes
/
Copy pathindex.html
File metadata and controls
15 lines (14 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<title>Clicker Game</title>
<h1 id="top">
Click the button at the bottom to change the text below!
</h1>
<p id="maintext">Hi! I am text!</p>
<button id="buttontext", type="button", onclick="Change()">Click Me!</button>
<button id="buttonsubmit", type="button", onclick="SwitchVar()">Submit</button>
<button id="reset", type="button", onclick="Reset()">Reset</button>
<button id="reset", type="button", onclick=ShowCookie()>Show Cookie</button>
<button id="add", type="button", onclick=AddCookie()>Add Cookie</button>
<button id="remove", type="button", onclick=DeleteCookie()>Delete Cookie</button>
<script src="ChangeTxt.js"></script>
<! Difficulty = imaginary (one random vertassium video lol)>