forked from GoldFrite/PentagoneII_Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 1.21 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
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- META ----->
<meta charset="UTF-8">
<!-- LINK ----->
<link rel="stylesheet" href="./assets/css/style_index.css">
<!-- SCRIPTS -->
</head>
<body style="background-color: #272727;">
<center>
<img style="position: relative; bottom: -150px; transition: all 0.3s; z-index: -1;" src="./assets/images/V3.3.gif" alt="image" width="250px" id="gif">
</center>
<p class="title" id="title"><br>Pentagone II Launcher</p>
<p class="loading" id="loading"><b></b></p>
<div class="loading-form">
<p class="error" id="error"></p>
<center>
<div style="line-height: 25px; width: 900px;">
<p class="info" id="info"></p>
</div>
</center>
<progress class="update" id="progress-bar" max="" value=""></progress>
<div id="button-form" class="button-form"></div>
</div>
<center>
<div>
<p class="credit">Proposé par <b>GoldFrite#5605</b> • <span id="ver"></span></p>
</div>
</center>
<script src="./assets/js/scripts_index.js"></script>
<script src="./assets/js/global.js"></script>
</body>
</html>