h6-logicirc/static/index.html
2025-05-06 13:11:24 +02:00

14 lines
365 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<script src="bundle.js" defer></script>
<title>LogiCirc</title>
</head>
<body>
<canvas id="editor"></canvas>
</body>
</html>