durvenson-github/grid/index.html
2020-07-31 21:59:35 -04:00

34 lines
No EOL
529 B
HTML

<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>