-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (21 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="https://cdn.bootcss.com/semantic-ui/2.2.10/semantic.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="file://///Users/zkuang/Projects/laixi-server/laixi/laixi/assets/css/app.e2eb35c70c4ba58d7704421c63f8dd23.css"> -->
<script src="https://cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/semantic-ui/2.2.10/semantic.min.js"></script>
<script src="/static/js/ckeditor/ckeditor.js"></script>
<title>laixi</title>
</head>
<body>
<div id="api-auth-info" style="display:none;">
<input type="hidden" name="api" value="http://localhost:5000/api/v1/">
<input type="hidden" name="authstring" value="Basic Y2Y4MmM5YTg2NTUwNDNmYWJlMzVlMjAzZWZkMDcxNTY6anMtZGV2LWtleQ==">
<input type="hidden" name="user_id" value="cf82c9a8655043fabe35e203efd07156">
</div>
<div id="spa"></div>
<!-- built files will be auto injected -->
</body>
</html>