28 lines
688 B
Text
28 lines
688 B
Text
<style>
|
|
div {
|
|
color: black;
|
|
background-color: lightcoral;
|
|
padding: 10px;
|
|
margin-bottom: 20px;
|
|
border-radius: 10px;
|
|
}
|
|
a {
|
|
color: blue;
|
|
}
|
|
</style>
|
|
|
|
<noscript>
|
|
<div>
|
|
<p>
|
|
<h4>ENABLE JAVASCRIPT OR I WILL KILL YOU</h4>
|
|
I will not. However, you seem to be living in fear of technology, as
|
|
you have JavaScript disabled. This means that some features (eg. dragging,
|
|
submitting forms) will not work. Enable JS to fully enjoy this website!
|
|
<br />
|
|
Rest assured, there's no external tracking. You can check this site's
|
|
source code on the <a href="https://git.nin0.dev/nin0/website"
|
|
>nin0/website</a
|
|
> repository on my Forgejo.
|
|
</p>
|
|
</div>
|
|
</noscript>
|