Added readme, minor cleanup

This commit is contained in:
ElPumpo
2018-06-09 13:26:35 +02:00
parent ef4934e101
commit 09cb574992
9 changed files with 49 additions and 16 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
}
.menu {
font-family: bankgothic;
font-family: bankgothic;
position : absolute;
left : 50%;
top : 50%;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

-3
View File
@@ -3,14 +3,11 @@
<link rel="stylesheet" href="css/app.css" />
</head>
<body>
<div id="menus"></div>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> -->
<script src="nui://game/ui/jquery.js"></script>
<script src="nui://es_extended/html/js/wrapper.js"></script>
<script src="js/mustache.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>