-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathloader.html
More file actions
39 lines (36 loc) · 1.6 KB
/
loader.html
File metadata and controls
39 lines (36 loc) · 1.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Five Nights at Freddy's Launcher</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" />
<!--Discord-->
<meta content="Five Nights at Freddy's Launcher | Loader" property="og:title">
<meta content="A custom made fnaf launcher of the core games!" property="og:description">
<meta content="https://irv77.github.io/FnafLauncher/loader.html" property="og:url">
<meta content="https://irv77.github.io/FnafLauncher/assets/images/logo.png" property="og:image">
<meta content="#8a4314" data-react-helmet="true" name="theme-color">
</head>
<body style="align-items: center; justify-content: center;">
<canvas id="MMFCanvas" width="1280" height="720"> Your browser does not support Canvas, Please try again.</canvas>
<div class="selection" id="selection">
<img id="title">
<img id="animatronic">
<div class="loader">
<h1 id="percentage">0%</h1>
<hr id="bar">
<h2 id="stage">STARTING UP...</h2>
</div>
<a href="https://discord.gg/xuu8TnSY4b">
<div class="launcher-text"><img src="assets/images/launcher-text.png" style="width: 45vw;"></div>
</a>
</div>
<div class="glitch"></div>
<div><img src="assets/images/vignette.png" class="vignette"></div>
<script src="js/loader.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script>
</body>
<!--Made by irv77-->
</html>