<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<title>Resurs</title>
<style>
body {
font-family: sans-serif;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #f8fafc;
}
.container {
text-align: center;
padding: 2rem;
}
h1 { color: #4f46e5; }
button {
padding: 0.75rem 1.5rem;
border-radius: 0.5rem;
background: #4f46e5;
color: white;
border: none;
cursor: pointer;
}
</style>
</head>
<body>
<div class="container">
<h1>Pedagogisk resurs</h1>
</div>
</body>
</html>