-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsuspended.html
47 lines (35 loc) · 1.64 KB
/
suspended.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lise Gay">
<meta name="robots" content="index, follow">
<meta name="rating" content="general">
<title>Lise's silly lil' homepage</title>
<meta name="title" content="nuh uh" />
<meta name="description" content="the lowest effort page on this site" />
<meta name="theme-color" content="#C39FF0">
<link rel="stylesheet" href="/style.css">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="http://www.wii.gay/" />
<meta property="twitter:title" content="Lise's gallery :3" />
<meta property="twitter:description" content="a gallery of various images" />
<meta property="twitter:image" content="http://www.wii.gay/assets/kp ref sheet.png" />
<!-- Everything else(?) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.wii.gay/" />
<meta property="og:title" content="Lise's galery :3" />
<meta property="og:description" content="a gallery of various images" />
<meta property="og:image" content="http://www.wii.gay/assets/kp ref sheet.png" />
</head>
<body>
<input type="checkbox" id="onekocheck" onclick="clickSound()"></input>
<label for="onekocheck">test</label>
<script src="/oneko.js"></script>
<script src="/phonealert.js"></script>
<script src="/oneko.js"></script>
<p>this used to link to a tweet i had, but i got suspended and it's not on the internet archive</p>
</body>