Skip to content
Snippets Groups Projects
Commit 9ceed474 authored by lordjbs's avatar lordjbs
Browse files

html fixes

parent 6827b3d1
No related branches found
No related tags found
No related merge requests found
...@@ -6,15 +6,19 @@ ...@@ -6,15 +6,19 @@
<link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" /> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#121212"/>
<title>shortnex</title> <title>shortnex</title>
</head> </head>
<body> <body>
<div id="main-content" class="main"> <main>
<p class="title">shortnex</p> <div id="main-content" class="main">
<input placeholder="https://example.org/" id="urlinput"/> <p class="title">shortnex</p>
<button class="button" onclick="shorten()">shorten</button> <input placeholder="https://example.org/" id="urlinput" />
</div> <button class="button" onclick="shorten()">shorten</button>
</div>
</main>
<footer class="footer"> <footer class="footer">
<p>made by <a class="link" href="https://keybase.io/lordjbs">jbs</a> (C) 2018-2020 | <a class="link" href="https://owo.codes/jbs/shortnex">source</a> licensed under <a class="link" href="https://www.mozilla.org/en-US/MPL/2.0/">MPL-2.0</a></p> <p>made by <a class="link" href="https://keybase.io/lordjbs">jbs</a> (C) 2018-2020 | <a class="link" href="https://owo.codes/jbs/shortnex">source</a> licensed under <a class="link" href="https://www.mozilla.org/en-US/MPL/2.0/">MPL-2.0</a></p>
</footer> </footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment