2024-06-13 15:39:29 +00:00
|
|
|
<!--
|
|
|
|
|
|
|
|
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
|
|
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
|
|
|
|
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
|
|
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
|
|
|
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
|
|
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
|
|
|
<title>Latest News | Shiloh Code</title>
|
2024-11-01 23:51:29 +00:00
|
|
|
<meta name="description" content="Read about Shiloh in the news." />
|
2024-06-13 15:39:29 +00:00
|
|
|
<meta name="author" content="Shiloh" />
|
|
|
|
<meta property="og:title" content="shiloh code" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:url" content="https://www.shilohcode.com" />
|
2024-11-01 23:51:29 +00:00
|
|
|
<meta property="og:description" content="Read about Shiloh in the news." />
|
2024-06-13 15:39:29 +00:00
|
|
|
<meta property="og:image" content="./assets/shiloh_logo_black.png" />
|
|
|
|
|
|
|
|
<link rel="icon" href="./assets/favicon.ico" />
|
|
|
|
<link rel="icon" href="./assets/" type="image/svg+xml" />
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/styles.css?v=1.0" />
|
2024-06-13 16:54:59 +00:00
|
|
|
<script src="./js/jquery-3.7.1.min.js"></script>
|
2024-06-13 15:39:29 +00:00
|
|
|
<script src="./js/main.js"></script>
|
2024-11-01 23:51:29 +00:00
|
|
|
<script src="./js/navbar.js"></script>
|
2024-06-13 15:39:29 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header id="header"></header>
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<div class="flex-column bg-vid">
|
|
|
|
<div>
|
|
|
|
<h1>news room</h1>
|
|
|
|
<p>coming soon</p>
|
|
|
|
<div class="flex-row"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<div id="message"></div>
|
|
|
|
<footer id="footer"></footer>
|
|
|
|
</body>
|
|
|
|
</html>
|