TimelineCheck/index.html
2025-05-26 21:09:32 -04:00

74 lines
No EOL
3.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TimelineCheck | Are You in the Right Timeline?</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="https://images.icon-icons.com/580/PNG/512/News_icon-icons.com_54984.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://images.icon-icons.com/580/PNG/512/News_icon-icons.com_54984.png">
<link rel="apple-touch-icon" href="https://images.icon-icons.com/580/PNG/512/News_icon-icons.com_54984.png">
<!-- Theme Colors -->
<meta name="theme-color" content="#2c3e50">
<meta name="msapplication-navbutton-color" content="#2c3e50">
<meta name="apple-mobile-web-app-status-bar-style" content="#2c3e50">
<!-- Primary Meta Tags -->
<meta name="title" content="TimelineCheck | Are You in the Right Timeline?">
<meta name="description" content="Check if you're in the right timeline with our timeline checker. Get instant timeline readings and discover if you're in the correct reality!">
<meta name="keywords" content="timeline checker, reality checker, timeline reading, reality reading, timeline test">
<meta name="author" content="TimelineCheck">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Source+Serif+Pro:wght@400;600&display=swap" rel="stylesheet">
<!-- styles -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="newspaper">
<header class="newspaper-header">
<div class="newspaper-masthead">
<h1 class="newspaper-title">THE TIMELINE CHRONICLE</h1>
<div class="newspaper-date" id="current-date"></div>
</div>
<div class="newspaper-subtitle">"Your Daily Dose of Timeline Anomalies"</div>
</header>
<main class="newspaper-content">
<div class="headline-section">
<h2 id="headline" class="headline">Click to Check Your Timeline</h2>
<div class="headline-decoration"></div>
<p id="subtext" class="subtext">Press the button below to discover if you're in the right timeline...</p>
</div>
<div class="newspaper-columns">
<div class="column">
<p class="newspaper-text">In a world where timelines constantly shift and reality bends, our expert timeline analysts work tirelessly to bring you the most accurate readings of your current reality.</p>
</div>
<div class="column">
<p class="newspaper-text">Using cutting-edge quantum technology and advanced timeline detection algorithms, we ensure that every reading is precise and reliable.</p>
</div>
</div>
<div class="button-container">
<button id="checkButton" class="check-button">Check My Timeline</button>
<button id="shareButton" class="share-button">Share Timeline</button>
</div>
</main>
<footer class="newspaper-footer">
<div class="footer-text">© 2024 The Timeline Chronicle. All rights reserved.</div>
</footer>
</div>
</div>
<!-- scripts -->
<script src="script.js"></script>
</body>
</html>