21 lines
621 B
HTML
21 lines
621 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="main.css" />
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
|
<meta content="utf-8" http-equiv="encoding">
|
|
</head>
|
|
<body>
|
|
<div class="main_section">
|
|
<p style="margin-bottom:1px">🠟 The canvas is below 🠟</p>
|
|
<div id="canvas_container">
|
|
<canvas>
|
|
Your browser does not support the HTML5 canvas tag.
|
|
</canvas>
|
|
<div id="label_container"> </div>
|
|
</div>
|
|
<p style="margin-top:1px">🠝 The canvas is above 🠝</p>
|
|
</div>
|
|
<script async type="module" src="main.js" ></script>
|
|
</body>
|
|
</html> |