24 lines
714 B
HTML
24 lines
714 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||
|
|
||
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
|
<link
|
||
|
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"
|
||
|
rel="stylesheet"
|
||
|
/>
|
||
|
|
||
|
<link rel="stylesheet" href="./global.css" />
|
||
|
<link rel="stylesheet" href="./build/bundle.css" />
|
||
|
|
||
|
<script defer src="./build/bundle.js"></script>
|
||
|
|
||
|
<title>Svelte app</title>
|
||
|
</head>
|
||
|
|
||
|
<body></body>
|
||
|
</html>
|