forked from S1monlol/pillow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (39 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link id ="pagestyle" rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<meta name="apple-mobile-web-app-capable" content="yes">
<head>
<script async src="https://arc.io/widget.min.js#fFNTMsJ9"></script>
<meta charset="UTF-8">
<title>Pillow</title>
</head>
<body scroll="no" id="body">
<main>
<style>
@font-face {
font-family: 'candy_beansregular';
src: url('css/fonts/candy_beans-webfont.woff2') format('woff2'),
url('css/fonts/candy_beans-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
</style>
<!-- Home Page -->
<a onclick="setSettingsCloud(); setGameCloud();" href="games"><img class="clouds" id="games_cloud" style="position: absolute; width: 200px; left: 400px; top: -30px"src="images/GamesCloud.png"></a>
<a onclick="setSettingsCloud(); setGameCloud();" href="settings"> <img class="clouds" id="settings_cloud" style="position: absolute; width: 200px; left: 10px"src="images/SettingsCloud.png"></a>
<div style="text-align: center">
<img style="margin-right: 20px; margin-top: 190px;"src="images/pillow_icon.png">
<h1 style="font-size: 100px; font-family: candy_beansregular">Pillow</h1>
</div>
<form id="search" action="/c/gateway" method="POST">
<input type="text" name="url" class="form__input" id="name" placeholder=Search style="width: 700px" />
<div class="footer">Pillow 2022 - <a href="https://discord.gg/VVzUcGTj9V" class="footerlink">Discord</a></div>
</form>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" ></script>
<script src="script.js?47"></script>
</main>
<iframe id="stealth" src=""></iframe>
</body>