build(submodules): Remove submodules + move everything at root

This commit is contained in:
Jérémie N'gadi
2017-09-15 14:26:56 +02:00
parent 9ee7a5f61e
commit 97adf4f97c
34 changed files with 0 additions and 16 deletions
+16
View File
@@ -0,0 +1,16 @@
<html>
<head>
<link rel="stylesheet" href="css/app.css" />
</head>
<body>
<div id="hud"></div>
<div id="inventory_notifications"></div>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> -->
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
<script src="js/mustache.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>