do some stuff
This commit is contained in:
parent
c0d3a9d7ea
commit
a0883729bc
3 changed files with 17 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.vercel
|
|
@ -90,7 +90,6 @@
|
|||
<section>
|
||||
<h1>Spectrum</h1>
|
||||
<p>Like spectrum.avris.it, but a little more detailed.</p>
|
||||
<hr />
|
||||
</section>
|
||||
</header>
|
||||
<section class="hideIfReadOnly">
|
||||
|
@ -215,6 +214,14 @@
|
|||
<h2>Create your own spectrum</h2>
|
||||
<p><a href="/">Click here</a> to create your own!</p>
|
||||
</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>
|
||||
parseURL();
|
||||
|
|
|
@ -5,3 +5,11 @@
|
|||
:root {
|
||||
--font-family: "Lexend Deca";
|
||||
}
|
||||
|
||||
header {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue