1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 12:20:05 +02:00
This commit is contained in:
s2
2018-05-19 16:26:40 +02:00
parent eca9796be7
commit 011e76f3bf
4 changed files with 18 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
<script src="node_modules/ejs/ejs.js"></script>
<script src="js/templates.js"></script>
<script src="js/index.js"></script>
<link href="node_modules/bootstrap/dist/css/bootstrap.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
@@ -26,5 +25,6 @@
Getting file list...
</div>
</div>
<script src="js/index.js"></script>
</body>
</html>