forked from thomasbrueggemann/paperless-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 834 Bytes
/
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Paperless</title>
<link rel="stylesheet" href="css/photon.css">
<link rel="stylesheet" href="css/select2.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/file-drop.css">
<link rel="stylesheet" href="node_modules/react-select/dist/react-select.css">
<link rel="stylesheet" href="node_modules/react-big-calendar/lib/css/react-big-calendar.css">
</head>
<body>
<div id="app">
<div id="loading">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
</div>
</div>
<script src="js/build/vendor.bundle.js"></script>
<script src="js/build/bundle.js"></script>
</body>