stuffs
This commit is contained in:
parent
be224859df
commit
80b5af08d4
4 changed files with 221 additions and 1 deletions
34
grid/index.html
Normal file
34
grid/index.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Tech Demo
|
||||
</title>
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</link>
|
||||
</head>
|
||||
<body>
|
||||
<div id="left">
|
||||
<h2>
|
||||
Instructions
|
||||
</h2>
|
||||
Watch the demonstration. You can also click on squares to change their color.
|
||||
</div>
|
||||
<div id="right">
|
||||
<h2>
|
||||
Changelog
|
||||
</h2>
|
||||
7/31/2020: Tech demo released.
|
||||
</div>
|
||||
<h1 id="mainheader">
|
||||
Grid Tech Demo
|
||||
</h1>
|
||||
<div id="map">
|
||||
<div id="map2">
|
||||
<div id="blocks">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="index.js">
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue