pages/site/bin/index.html
2024-09-23 16:58:46 +02:00

25 lines
491 B
HTML

<!doctype html>
<html>
<head>
<title>/</title>
<link rel="stylesheet" href="/style.css" />
<script src="/script.js" defer></script>
</head>
<body id="body">
<div class="border">
<div class="column">
<div class="stretch row">
Dario48's website
<div style="aspect-ratio: 1 / 1">
<button
type="button"
onclick="document.getElementById('body').remove();"
>
X
</button>
</div>
</div>
</div>
</div>
</body>
</html>