2023-10-21 20:30:47 +01:00
|
|
|
<!DOCTYPE html>
|
2023-11-03 16:15:37 +00:00
|
|
|
<html lang=en>
|
|
|
|
<meta charset=UTF-8>
|
|
|
|
<title>Cista</title>
|
2023-11-02 22:33:21 +00:00
|
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
2023-11-03 16:15:37 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Emoji&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2023-11-02 22:33:21 +00:00
|
|
|
<script type="module" src="/src/main.ts"></script>
|
2023-11-03 16:15:37 +00:00
|
|
|
|
|
|
|
<div id="app"></div>
|