feat(koi): links on landing
This commit is contained in:
parent
fb28e9e133
commit
bb13b68cdc
1 changed files with 9 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 540px) {
|
@media (max-width: 540px) {
|
||||||
video {
|
video {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
@ -47,5 +51,10 @@
|
||||||
<body>
|
<body>
|
||||||
<video autoplay muted loop src="alina.mp4"></video>
|
<video autoplay muted loop src="alina.mp4"></video>
|
||||||
<h1>stupid.fish technologies</h1>
|
<h1>stupid.fish technologies</h1>
|
||||||
|
<footer>
|
||||||
|
<a href="https://arumi-kuma.stupid.fish/status/meow">status</a>
|
||||||
|
//
|
||||||
|
<a href="https://github.com/teidesu/nixfiles">source</a>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue