Files
ocr_scanner/index.html
T

15 lines
395 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<base href="./" />
<title>RAM-Sortierhilfe</title>
<link rel="stylesheet" href="src/styles.css" />
</head>
<body>
<main id="app"></main>
<script type="module" src="src/main.js"></script>
</body>
</html>