forked from Simnation/Main
24 lines
No EOL
841 B
HTML
24 lines
No EOL
841 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Pickle's Consumables</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
|
|
<script src="assets/js/main.js"></script>
|
|
<link rel="stylesheet" href="assets/css/style.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="app-main">
|
|
<div class="container">
|
|
<div id="exit"><div class="key">R</div>Store Item</div>
|
|
<div id="interact">
|
|
<div class="key">E</div>
|
|
<div class="secondary">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |