mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-17 05:49:30 -07:00
Further smushing
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
background: black;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
|
||||
font-family: monospace;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
canvas {
|
||||
@@ -29,5 +25,8 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body><script type="module" src="js/main.js"></script></body>
|
||||
<body>
|
||||
<canvas></canvas>
|
||||
<script type="module" src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user