mirror of
https://github.com/Astatin3/IntroToWebAuthoring.git
synced 2026-06-08 16:18:01 -06:00
Get rendering working
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<link data-trunk rel="rust" />
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<canvas
|
||||
id="canvas"
|
||||
style="position: fixed; width: 100%; height: 100%"
|
||||
></canvas>
|
||||
<script data-trunk src="js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user