forked from internetbuilder/zipppit_officiel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.html
41 lines (35 loc) · 1.41 KB
/
test.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
41
<!DOCTYPE html>
<html class="no-js" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width, maximum-scale=1.0">
<title>Waxio</title>
<link rel="preload" href="files/Site.min.css" as="style">
<link rel="reload" href="files/style.min.css" as="style">
<link rel="preload" href="files/sso-theme.min.css" as="style">
<link href="files/Site.min.css" rel="stylesheet" type="text/css">
<link href="files/style.min.css" rel="stylesheet" type="text/css">
<link href="files/sso-theme.min.css" rel="stylesheet" type="text/css">
<script src='waxjs.js'></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxx"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-xxxx');
</script>
</head>
<body style="background-image: url('files/bg3-plain.png');" align="center">
<center>
<div id="container" width="75px">
<header>
<br><br><br><br><br>
<p>Waxio.io</p>
<img src="files/wax.svg" alt="WAX" width="75px" height="75px">
<p>Drag the dashboard</p>
</header>
<footer align="center">
</footer>
</div>
</center>
</body></html>