-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (50 loc) · 1.77 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
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<script type="text/javascript" src="static/js/jquery-2.2.2.min.js"></script>
<script src="/static/js/socketio.js"></script>
<link href="static/css/basscss.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/login.css">
<link rel="stylesheet" href="/static/css/toastr.css">
<style>
body {
cursor: none;
}
</style>
<script src="static/js/toastr.min.js"></script>
<title>Login With DesignCraft</title>
</head>
<body>
<div>
<div class="p1" id="header">
<div id="header-wrap" class="col-8 mx-auto flex flex-center center">
<p class="flex-auto white arvo">DesignCraft</p>
<img src="/static/img/Yellow-Tree-logo.png" alt="DesignCraft Logo" />
<p class="flex-auto white arvo">Companion</p>
</div>
</div>
<div class="p2" id="details">
<h2 class="center arvo white" id="extitle"></h2>
<div class="col-11 mx-auto">
<p class="center quick white" id="exdetails"></p>
<p class="center arvo white" id="explay"></p>
</div>
</div>
<div class="p2 center flex" id="login">
</div>
<div id='foot'>
</div>
</div>
<div id="haxor" class="modal">
<div class="modal-content">
<h2>Design Craft Terminal</h2>
<div id=terminal>
</div>
</div>
</div>
<script type="text/javascript" src="static/js/login.js"></script>
</body>
</html>