-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
69 lines (65 loc) · 3.05 KB
/
index.php
File metadata and controls
69 lines (65 loc) · 3.05 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Serveurs Minecraft Gratuit</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<script type="text/javascript">
//<!--
function ffalse()
{
return false;
}
function ftrue()
{
return true;
}
document.onselectstart = new Function ("return false");
if(window.sidebar)
{
document.onmousedown = ffalse;
document.onclick = ftrue;
}
//-->
</script>
</head>
<body>
<div style="position: absolute;
left: 50%; top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);">
<div style="text-align: center; font-size: 8vw; line-height: 100%;" id="biosans">
<span style="color:#8EAC52">M</span><span style="color:#72583F">i</span><span style="color:#8A8B86">n</span><span style="color:#668631">e</span><span style="color:#8A8B86">S</span><span style="color:#8EAC52">e</span><span style="color:#668631">r</span><span style="color:#72583F">v</span>
</div>
<div style="text-align: center; font-size: 4vw; line-height: 100%" id="biosans">
Serveurs Minecraft Gratuit
</div>
<div style="text-align: center; font-size: 8vw; line-height: 100%; padding-top: 4vw;" id="biosans">
<a href="dashboard.php">
<button class="button" style="vertical-align:middle"><span>C'est partii !</span></button>
</a>
</div>
<div class="row pc" style="padding-top: 10vw;">
<div class="col-xs-0"></div>
<div class="col-xs-4" style="text-align: center; font-size: 1vw; border-left-style: solid;" id="biosans">
Serveurs ouverts
<p style="font-size: 2vw">456213</p>
</div>
<div class="col-xs-4" style="text-align: center; font-size: 1vw; border-left-style: solid;" id="biosans">
Utilisateurs total
<p style="font-size: 2vw">456213</p>
</div>
<div class="col-xs-4" style="text-align: center; font-size: 1vw; border-left-style: solid; border-right-style: solid;" id="biosans">
Heures joués
<p style="font-size: 2vw">456213</p>
</div>
<div class="col-xs-0"></div>
</div>
</div>
</body>
</html>