leanwebclub/structure-and-scale/dice-library/index.html
2024-08-16 15:04:17 +02:00

15 lines
448 B
HTML

<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<title>Dice Library</title>
</head>
<body>
<h1>Dice Library</h1>
<p>All of the magic here happens in the console.</p>
<script src="script.js"></script>
</body>
</html>