-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 906 Bytes
/
index.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
<!DOCTYPE html>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="null, void">
<meta name="author" content="">
<meta name="void" content="null">
<meta name="null" content="void">
<meta name="attempt" content="to keep the world rational and sane">
<meta name="" content="">
<base >
<link rel="stylesheet" href="style.css">
<style></style>
<script>
function f0() {
document.onload = () => {
document.body.innerHTML = c0(1);
};
document.onloadstart = () => {
document.body.innerHTML = c0(2);
};
document.onloadedmetadata = () => {
document.body.innerHTML = c0(3);
};
document.ononline = () => {
document.body.innerHTML = c0(4);
};
}
</script>
<div></div>
<script>f0()</script>
<script src="content.js" />
</script>