18 lines
554 B
HTML
18 lines
554 B
HTML
<html>
|
|
|
|
<head>
|
|
<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=Karla:ital,wght@0,200..800;1,200..800&display=swap"
|
|
rel="stylesheet">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="src/index.css">
|
|
<title>Tenzies</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="src/index.jsx" type="module"></script>
|
|
</body>
|
|
|
|
</html> |