v0.1 Alpha, Lua
This commit is contained in:
commit
81815642a9
11 changed files with 642 additions and 0 deletions
29
etc/url.htm
Normal file
29
etc/url.htm
Normal file
|
@ -0,0 +1,29 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>🦨 URL</title>
|
||||
<link rel="stylesheet" href="/etc/theme.css">
|
||||
<meta name="author" content="lost+skunk">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="keywords" content="tinyurl, tinyurl.com, short url, сокращалка урл, урл, skunky, curl, курл, курва, skunkyurl, skunkyirl">
|
||||
<meta name="description" content="URL shortener.">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>SkunkyURL v0.1 Alpha</h1>
|
||||
<div class="links">
|
||||
<a href="https://git.macaw.me/skunky/skunkyurl" target="_blank"><image src="/etc/gitea.svg" title="Source Code"></a>
|
||||
<a href="https://go.kde.org/matrix/#/#skurl:skunky.p.projectsegfau.lt" target="_blank"><image src="/etc/matrix.svg" title="Matrix Room"></a>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<form action="/create" method="POST">
|
||||
<p>
|
||||
📋 <input name="url" type="text" placeholder="example.com*" autocomplete="off" spellcheck="false" /> <p>
|
||||
🔗 <input name="alias" type="text" placeholder="Example*" autocomplete="off" spellcheck="false"/> <p>
|
||||
⏱️ <input name="expires" type="text" placeholder="YYYY-MM-DD (optional)" autocomplete="off" spellcheck="false" /> <p>
|
||||
</p>
|
||||
<button type="submit">CREATE</button>
|
||||
</form>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue