Untitled
unknown
plain_text
10 months ago
550 B
6
Indexable
html
CopyEdit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>100-Year Clock</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="clock-container">
<h1>100-Year Clock ⏳</h1>
<p>Year: <span id="current-year"></span> / 100</p>
<div class="progress-bar">
<div class="progress" id="progress"></div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>
Editor is loading...
Leave a Comment