2024-12-20 21:55:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>Naomi's Website Headers</title>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="Just a script that loads our custom CSS and JS"
|
|
|
|
/>
|
2024-12-21 03:34:59 +00:00
|
|
|
<script src="/prod/index.js" defer></script>
|
2024-12-20 21:55:13 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
|
|
|
<h1>Naomi's Website Headers</h1>
|
|
|
|
<section>
|
|
|
|
<p>
|
|
|
|
This repository generates a script that we serve via our CDN for all
|
|
|
|
of our websites to load the same styles and third-party scripts.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
This file allows you to test changes to the script before deploying.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Links</h2>
|
|
|
|
<p>
|
|
|
|
<a href="https://codeberg.org/nhcarrigan/website-headers">
|
|
|
|
<i class="fa-solid fa-code"></i> Source Code
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="https://docs.nhcarrigan.com">
|
|
|
|
<i class="fa-solid fa-book"></i> Documentation
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="https://chat.nhcarrigan.com">
|
|
|
|
<i class="fa-solid fa-circle-info"></i> Support
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|