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;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media (max-width: 540px) {
|
||||
video {
|
||||
width: 80%;
|
||||
|
@ -47,5 +51,10 @@
|
|||
<body>
|
||||
<video autoplay muted loop src="alina.mp4"></video>
|
||||
<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>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue