-
-
Notifications
You must be signed in to change notification settings - Fork 103
/
index.html
20 lines (20 loc) · 849 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Kaku</title>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/video.js/dist/video-js/video-js.min.css">
<link rel="stylesheet" href="node_modules/animate.css/animate.min.css">
<link rel="stylesheet" href="node_modules/emoji-mart/css/emoji-mart.css">
<link rel="stylesheet" href="src/public/css/index.css">
</head>
<body>
<div class="content-page"></div>
<div class="loading-page global-overlay">
<h1><i class="fa fa-circle-o-notch fa-spin"></i> Loading...</h1>
</div>
<script src="./kaku.bundled.js"></script>
</body>
</html>