-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproblems.html
114 lines (114 loc) · 3.48 KB
/
problems.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<title> Bugs/Problems </title>
<html>
<head>
<link rel="shortcut icon" href="http://cubeupload.com/im/cs641311/d85image.png" type="image/png">
<title>Starlite</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132422058-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132422058-1');
</script>
</head>
<header>
<img src="http://u.cubeupload.com/cs641311/87cimage.png" style="width: 140px; height: 120px; margin-bottom: -50px; margin-left: 7.1428071428%"/>
<strong>
<a href="/"><button>Home</button></a>
<a href="/shop"><button>Shop(Disabled)</button></a>
<a href="/problems"><button>Bugs</button></a>
<a href="/contact"><button>Contact</button></a>
<a href="/games"><button>Games</button></a>
</strong>
</header>
<style>
header {
position: sticky;
border-bottom: 1px solid black;
margin-left: 0px;
margin-right: 0px;
}
footer {
color: orange;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
width: 100%;
}
button {
border: 2px white;
font-size: 20px;
padding: 12px;
background-color: white;
color: black;
margin-left: 7.1428071428%;
margin-bottom: 50px;
}
button:hover {
transition-duration: 1.5s;
background-color: orange;
color: white;
border-color: orange;
}
#signup {
margin-left: -20px;
}
body {
margin: 0px;
}
.cart {
color: white;
background-color: orange;
float: right;
}
</style>
<body>
<div id="Form">
<form>
<input type="text" id="message" />
<button id="Submit">Submit Error Form</button>
<script>
var message = document.getElementById("message");
var submit = document.getElementById("Submit");
submit.addEventListener("click", function() {
if (localStorage.getItem(counter) == undefined) {
localStorage.setItem(counter, 1);
}
localStorage.setItem(errorLog, [message.value, localStorage.getItem(errorLog)]);
alert(localStorage.getItem(errorLog));
}, false);
</script>
</form>
</div>
</body>
<style>
#FooterLink {
margin-top: 10%;
}
#Footer {
text-decoration: none;
font-size: 20px;
font-family: Courier;
margin-left: 20%;
color: Black;
}
</style>
<footer>
<div id="FooterLink">
<a href="/" id="Footer">
Home
</a>
<a href="/games" id="Footer">
Games
</a>
<a href="/problems" style="margin-right: 20%" id="Footer">
Game Bugs
</a>
</div>
<div>
<a href="https://seal.beyondsecurity.com/vulnerability-scanner-verification/starlite3.tk"><img src="https://seal.beyondsecurity.com/verification-images/starlite3.tk/vulnerability-scanner-2.gif" alt="Website Security Test" border="0"></a>
</div>
</footer>
</html>