leanwebclub/structure-and-scale/treasure-chest-js-class/index.html

15 lines
475 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>Treasure Chest - JS Class</title>
</head>
<body>
<h1>Treasure Chest - JS Classs</h1>
<p>All of the magic here happens in the console.</p>
<script src="script.js"></script>
</body>
</html>