e
This commit is contained in:
parent
702bab121c
commit
9aa690dfc4
37 changed files with 0 additions and 0 deletions
23
resources/[jobs]/[crime]/r_bridge/ui/index.html
Normal file
23
resources/[jobs]/[crime]/r_bridge/ui/index.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>r_bridge</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="game-screen">
|
||||
<div class="help-text" id="help-text"> This is a help text. </div>
|
||||
<div class="text-ui" id="text-ui">
|
||||
<button>E</button>
|
||||
<p>Interact</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue