postnummer-app/frontend/index.html

20 lines
698 B
HTML
Raw Normal View History

2023-02-06 15:48:11 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2023-02-06 20:11:19 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-02-06 15:48:11 +00:00
<link rel="stylesheet" href="style.css">
<script src="bundle.js" defer></script>
<title>Postnummer App</title>
2023-02-06 18:39:22 +00:00
2023-02-10 10:09:48 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
2023-02-06 18:39:22 +00:00
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
2023-02-06 15:48:11 +00:00
</head>
<body>
</body>
</html>