14 lines
436 B
HTML
14 lines
436 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Links to small but beautiful sites</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
|
|
<!-- saudade includes -->
|
|
<script src="/saudade.js@root" type="module"></script>
|
|
</head>
|
|
<body class="center purple big">
|
|
<div class="purple">Small is beautiful</div>
|
|
</body>
|
|
</html>
|