Remove build step

This commit is contained in:
2023-11-19 12:27:35 +01:00
parent dc1a1c8633
commit b5ec58b936
5 changed files with 33 additions and 23 deletions

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Digicode</title>
<meta name="description" content="Spot the security flaw in a naive pin lock" />
<link rel="stylesheet" href="src/style.css" />
</head>
<body>
<div id="app">
@@ -14,6 +15,6 @@
</div>
<div id="keypad"></div>
</div>
<script type="module" src="/src/digicode.ts"></script>
<script type="module" src="src/digicode.js"></script>
</body>
</html>