mirror of
https://github.com/soconnor0919/october.today.git
synced 2025-12-15 07:24:44 -05:00
first commit
This commit is contained in:
26
index.html
Normal file
26
index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>October Today</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Today is</h1>
|
||||
<div class="date">
|
||||
<h2>October <span id="october-day">??</span><sup id="ordinal">th</sup></h2>
|
||||
<p class="year">2019</p>
|
||||
</div>
|
||||
<p class="subtitle">...because October 2019 never ended</p>
|
||||
</div>
|
||||
<footer>
|
||||
<p>A running joke between friends since 2019</p>
|
||||
</footer>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user