-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
62 lines (61 loc) · 2.31 KB
/
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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Copyright 2024 Dr. Cat, Diamond Innovation Solutions Limited -->
<title>GOONCAVE - Create Your Own Goon Cave</title>
<link rel="icon" type="image/x-icon" href="https://gooncave.fun/favicon.ico">
<link rel="canonical" href="https://gooncave.fun/" />
<meta name="description" content="Generate your own porn room. Create a world of porn for yourself. Few survive the reaches of the GOONCAVE!">
<meta name="robots" content="all">
<meta charset="UTF-8" />
<meta name="rating" content="adult">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="gooncave.fun">
<meta name="twitter:title" content="GOONCAVE">
<meta name="twitter:description" content="Create your own GOONCAVE!">
<meta name="twitter:image" content="https://gooncave.fun/GOONCAVE LOGO.png">
<meta name="twitter:image:alt" content="gooncave logo">
<meta property="og:title" content="GOONCAVE" />
<meta property="og:description" content="Create your own GOONCAVE!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gooncave.fun/" />
<meta property="og:image" content="https://gooncave.fun/GOONCAVE LOGO.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
type="text/javascript"
src="//code.jquery.com/jquery-1.11.1.min.js"
></script>
<script
type="text/javascript"
src="//golden-layout.com/files/latest/js/goldenlayout.min.js"
></script>
<link
type="text/css"
rel="stylesheet"
href="//golden-layout.com/files/latest/css/goldenlayout-base.css"
/>
<link
type="text/css"
rel="stylesheet"
href="//golden-layout.com/files/latest/css/goldenlayout-dark-theme.css"
/>
<link
type="text/css"
rel="stylesheet"
href="/styles.css"
/>
</head>
<body>
<div id="wrapper">
<div id="menuContainer">
<input type="text" id="videoInput" placeholder="Enter video number" />
<button id="confirmButton">GOON</button>
<button id="randomButton">RANDOM</button>
<!-- this came to me in a dream -->
<hr>
<!-- ads go here -->
<div id="layoutContainer"></div>
</div>
</body>
<script type="text/javascript" src="/goonscreen.js"></script>
</html>