25 lines
783 B
HTML
25 lines
783 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="reset.css" type="text/css" />
|
|
<link rel="stylesheet" href="index.css" type="text/css" />
|
|
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<p id="test"></p>
|
|
<p id="test2"></p>
|
|
|
|
<img src="imgs/water.png" id="image" />
|
|
<img src="imgs/lights.png" id="light1" />
|
|
<img src="imgs/lights.png" id="light2" />
|
|
<img src="imgs/lights.png" id="light3" />
|
|
<img src="imgs/lights.png" id="light4" />
|
|
<img src="imgs/lights.png" id="light5" />
|
|
<img src="imgs/lights.png" id="light6" />
|
|
<img src="imgs/lights.png" id="light7" />
|
|
<img src="imgs/lights.png" id="light8" />
|
|
</div>
|
|
<script src="./index.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|