-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.9 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.9 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
40
41
42
43
<!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" property="og:title">
<meta content="A custom made fnaf launcher of the core games!" property="og:description">
<meta content="https://irv77.github.io/FnafLauncher/" 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>
<div class="menu" id="menu">
<div class="launcher-title"><img src="assets/images/launcher-title.png" style="width: 80vw;"></div>
<div class="play-text" onclick="activator()"><img src="assets/images/play-text.png" style="width: 25vw;"></div>
</div>
<div style="display: none;" class="selection" id="selection">
<section class="content-section">
<section class="carousel-container">
<section class="cards-section"></section>
</section>
</section>
<a href="https://discord.gg/xuu8TnSY4b">
<div class="launcher-text"><img src="assets/images/launcher-text.png" style="width: 45vw;"></div>
</a>
<div class="icons">
<img class="launcher-options" src="assets/images/icons/launcher-steam.svg" onclick="launcherOptions()">
<img class="music" src="assets/images/icons/music.svg" onclick="musicOption()">
<img class="sound" src="assets/images/icons/sound.svg" onclick="soundOption()">
</div>
<div><img src="assets/images/vignette.png" class="vignette"></div>
</div>
<script src="js/home.js"></script>
</body>
<!--Made by irv77-->
</html>