forked from codespacedot/NewUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreloader.html
37 lines (30 loc) · 959 Bytes
/
preloader.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>CodeSpace</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<link
rel="stylesheet"
type="text/css"
href="assets/vendor/font-awesome/css/font-awesome.min.css"
/>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Vendor CSS Files -->
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<div class="loader disable-select"><span><</span>/<span>></span></div>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>