Initial Source Commit
This commit is contained in:
parent
f27b385066
commit
2eacf58314
10 changed files with 400 additions and 0 deletions
23
web/index.html
Normal file
23
web/index.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Browserloop</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!--<link rel="stylesheet" href="styles.css">-->
|
||||
<!--<link rel="icon" type="image/png" href="favicon.png">-->
|
||||
|
||||
<script defer src="main.dart.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!--Basic Game-loop-->
|
||||
<div id="while_output"></div>
|
||||
<div id="variable_output"></div>
|
||||
<!--<button id="basic_start">start</button>-->
|
||||
<!--<button id="basic_stop">stop</button>-->
|
||||
<!--<button id="basic_reset">reset</button>-->
|
||||
<!--<button id="basic_plus">+</button>-->
|
||||
<!--<button id="basic_minus">-</button>-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue