-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Wolfy Pancake - Prophecy's generator</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="style.css" />
<script type="text/javascript" src="index.js"></script>
</head>
<body onload="launchLP()">
<div class="lp-body">
<h1>Wolfy Pancake</h1>
<h3>Prophecy's generator</h3>
<article id="lp-core">
<p id="lp-loading">Behold! the soothsayer will speak...</p>
<p id="lp-waiter1" style="display:none">... But it can take awhile...</p>
<p id="lp-waiter2" style="display:none">... Please remain calm...</p>
</article>
</div>
<div class="lp-veil" id="lp-veil" style="display:none">
<div class="lp-thanks">
<h2>Remerciements</h2>
<p>I want to thank this people who help for the creation of this webapp:</p>
<ul>
<li>Captain Fumble</li>
<li>Kaochi</li>
<li>Astérion</li>
<li>Fanch</li>
<li>Dragrubis</li>
<li>Denis</li>
<li>The LWR discord server</li>
</ul>
<p>Thanks to you all, truly.</p>
<p style="text-align:center">
<button class="lp-btn" id="lp-thanks-close">Close</button>
</p>
</div>
</div>
</body>
</html>