do some stuff

This commit is contained in:
MeowcaTheoRange 2024-01-03 02:08:06 -06:00
parent c0d3a9d7ea
commit a0883729bc
3 changed files with 17 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.vercel

View file

@ -90,7 +90,6 @@
<section> <section>
<h1>Spectrum</h1> <h1>Spectrum</h1>
<p>Like spectrum.avris.it, but a little more detailed.</p> <p>Like spectrum.avris.it, but a little more detailed.</p>
<hr />
</section> </section>
</header> </header>
<section class="hideIfReadOnly"> <section class="hideIfReadOnly">
@ -215,6 +214,14 @@
<h2>Create your own spectrum</h2> <h2>Create your own spectrum</h2>
<p><a href="/">Click here</a> to create your own!</p> <p><a href="/">Click here</a> to create your own!</p>
</section> </section>
<footer>
<section>
<p>
Spectrum 🄯 2024
<a href="https://abtmtr.link/" target="_blank">MeowcaTheoRange</a>
</p>
</section>
</footer>
<script src="./scripts/index.js"></script> <script src="./scripts/index.js"></script>
<script> <script>
parseURL(); parseURL();

View file

@ -5,3 +5,11 @@
:root { :root {
--font-family: "Lexend Deca"; --font-family: "Lexend Deca";
} }
header {
margin-bottom: 1em;
}
footer {
margin-top: 1em;
}