19 lines
528 B
HTML
19 lines
528 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>Random Ron No Duplicates</title>
|
|
</head>
|
|
<body>
|
|
<h1>Random Ron No Duplicates</h1>
|
|
<blockquote aria-live="polite"></blockquote>
|
|
<p>
|
|
<button id="get-quote">More Ron</button>
|
|
</p>
|
|
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|