2022-07-26 05:03:28 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2022-07-26 23:36:24 +02:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/potato.svg" />
|
2022-07-26 05:03:28 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2022-07-26 23:36:24 +02:00
|
|
|
<title>Ziemniak</title>
|
2022-07-26 05:03:28 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|