<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="/static/style.css"> <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" /> <title>shortnex</title> </head> <body> <div id="main-content" class="main"> <p class="title">shortnex</p> <input placeholder="https://example.org/" id="urlinput"/> <button class="button" onclick="shorten()">shorten</button> </div> <footer class="footer"> <p>made by <a class="link" href="https://github.com/lordjbs">jbs</a></p> </footer> <script src="/static/main.js"></script> </body> </html>