19 lines
429 B
HTML
19 lines
429 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>Document</title>
|
|
</head>
|
|
|
|
<body>
|
|
<script src="https://cdn.jsdelivr.net/npm/js-confetti@latest/dist/js-confetti.browser.js"></script>
|
|
|
|
<script defer src="index.js"></script>
|
|
|
|
<h1 id="countdown">x</h1>
|
|
</body>
|
|
|
|
</html> |