summary refs log tree commit diff
path: root/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/client/index.html b/client/index.html
deleted file mode 100644
index 07478ee..0000000
--- a/client/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <title>Shorest</title>
-    <link rel="stylesheet" href="static/main.css">
-    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
-    <script src="https://cdnjs.cloudflare.com/ajax/libs/validate.js/0.13.1/validate.min.js"></script>
-    <script src="static/main.js"></script>
-</head>
-<body>
-<div class="active" id="main">
-    <div class="title">
-        <a><b>sho.rest</b><br></a>
-        <a>Made with ❤ by <b>Mel</b></a>
-    </div>
-    <form id="form">
-        <div class="input-group" id="form-group">
-            <div class="input-container" id="left" style="border-right: none;">
-                <a class="input-field-text">https://</a>
-                <input class="input-field" id="url" required>
-            </div>
-            <div class="button-container">
-                <input type="submit" value class="button" id="btn">
-            </div>
-        </div>
-    </form>
-    <div id="responses"></div>
-</div>
-<template id="response-template">
-    <div class="response-container">
-        <div class="title response-text"></div>
-        <a class="copy-text"><strong>Copy Link</strong></a>
-    </div>
-</template>
-</body>
-</html>
\ No newline at end of file