Gam
This commit is contained in:
commit
607f09b75a
3 changed files with 313 additions and 0 deletions
22
index.html
Normal file
22
index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Ludum Dare 47 - Loops</title>
|
||||
<link href="./style.css" rel="stylesheet" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet" />
|
||||
<script src="./script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="primary">
|
||||
<div id="width_dummy"></div>
|
||||
<div id="prompt"></div>
|
||||
<div id="entry_space">
|
||||
<div id="arrow">></div>
|
||||
<input id="console" type="text" value=""></input>
|
||||
<div id="under_cursor"> </div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue