shortlinks mentioned 🗣️🔥‼️
This commit is contained in:
parent
3996e72479
commit
434e5938fa
3 changed files with 64 additions and 3 deletions
33
public/links.html
Normal file
33
public/links.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" value="width=device-width, initial-scale=1">
|
||||
<title>🔗 bliss.town shortlinks</title>
|
||||
<link rel="stylesheet" type="text/css" href="style/main.css">
|
||||
<style>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<a href="/">home</a>
|
||||
<a href="/links">links</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<h1>🔗<br>bliss.town shortlinks</h1>
|
||||
<hr>
|
||||
<p>
|
||||
we run an invite-only shortlink service, <code>link.bliss.town</code>, powered by <a href="https://yourls.org/">YOURLS</a>.
|
||||
</p>
|
||||
</main>
|
||||
<footer>
|
||||
made with ♥ by <a href="https://arimelody.me">ari</a>, 2024
|
||||
<br>
|
||||
<div id="footer-links">
|
||||
<a href="https://git.arimelody.me/ari/bliss.town">source</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue