mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
22 lines
503 B
HTML
22 lines
503 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf8" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
|
||
|
<title>Svelte app</title>
|
||
|
|
||
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||
|
<link
|
||
|
rel="stylesheet"
|
||
|
href="https://cdnjs.cloudflare.com/ajax/libs/tachyons/4.11.1/tachyons.css"
|
||
|
/>
|
||
|
<link rel="stylesheet" href="global.css" />
|
||
|
<link rel="stylesheet" href="bundle.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<script src="bundle.js"></script>
|
||
|
</body>
|
||
|
</html>
|