-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage2.html
More file actions
38 lines (30 loc) · 1.02 KB
/
page2.html
File metadata and controls
38 lines (30 loc) · 1.02 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>rene</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Secure</h1>
<h2>Anonymous Report</h2>
<br><br>
<input type = "checkbox" id="fifthAspect">E has happened<br><br><br>
<input type = "checkbox" id="sixthAspect">F has happened<br><br><br>
<input type = "checkbox" id="seventhAspect">G has happened<br><br><br>
<input type = "checkbox" id="eightthAspect">E has happened<br><br><br>
<div id = "text5"> </div>
<div id = "text6"> </div>
<div id = "text7"> </div>
<div id = "text8"> </div>
<p><button onclick="clickCounter()" type="button">Click me!</button></p>
<div id="result"></div>
<p>Click the button to see the counter increase.</p>
<p>Close the browser tab (or window), and try again, and the counter is reset.</p>
<p id="address"></p>
<a id="elUno" href="page3.html" class="next">Next »</a>
<script src="script.js">
</script>
</body>
</html>