33 lines
978 B
HTML
33 lines
978 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="stylesheet" href="anmeldelser/style.css">
|
|
<script src="/frontend/bundle.js" defer></script>
|
|
|
|
<title>Postnummer App</title>
|
|
|
|
<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">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="topbar">
|
|
<h1>Postnummer App</h1>
|
|
<div class="spacer"></div>
|
|
<button id="dropdown-button">≡</button>
|
|
<div id="dropdown">
|
|
<a href="https://mtkonge.dk">more based site</a>
|
|
<a href="https://mtkonge.dk">more based site</a>
|
|
</div>
|
|
</div>
|
|
<h2 id="reviews-title">Anmeldelser</h2>
|
|
<div id="reviews-container"></div>
|
|
</body>
|
|
|
|
</html> |