not using that right now
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
/*background-image: linear-gradient(to bottom, aqua, blue);*/
|
background-image: linear-gradient(to bottom, aqua, blue);
|
||||||
font-family: "Times New Roman", Times, serif;
|
font-family: "Times New Roman", Times, serif;
|
||||||
|
|
||||||
/*background-image: url("../img/background.png");
|
/*background-image: url("../img/background.png");
|
||||||
|
|||||||
@@ -5,11 +5,11 @@
|
|||||||
defer
|
defer
|
||||||
src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"
|
src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"
|
||||||
></script>
|
></script>
|
||||||
<script type="module">
|
<!--<script type="module">
|
||||||
import {renderToCanvas} from './js/mobile-automata.mjs'
|
import {renderToCanvas} from './js/mobile-automata.mjs'
|
||||||
const canvas = document.getElementById('automataCanvas');
|
const canvas = document.getElementById('automataCanvas');
|
||||||
renderToCanvas(canvas, canvas.width, canvas.height);
|
renderToCanvas(canvas, canvas.width, canvas.height);
|
||||||
</script>
|
</script>-->
|
||||||
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|||||||
Reference in New Issue
Block a user