visualblocks / index.html
Matthew Soulanille
Encode the project as a string instead of as a url
99e163d
raw
history blame contribute delete
341 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>VisualBlocks Template</title>
</head>
<body style="margin: 0">
<div id="visualblocksContainer" style="display:flex; height: 100vh" />
<script src="index.js" type="module"></script>
</body>
</html>