summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2017-12-26 04:14:28 -0500
committerJules <jules@asdf.us>2017-12-26 04:14:28 -0500
commit0839d2d4e87e71a73f13d486812c056f6c6cc55f (patch)
tree35f516826fb8eab70bf2e7af6e3a94c2d3580ce5 /public/index.html
parent68ee9257337b49d3e42b9810c7837520b1200ebf (diff)
deplop
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html
index 1e464ae..773df9a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,15 +1,13 @@
<!DOCTYPE html>
<html>
<head>
-<title>plop</title>
+<title>Platsch</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="/p/assets/css/css.css">
</head>
<body>
-<div id="luckyimage"></div>
-
<div id="droparea"></div>
<div id="mobile_nav">
@@ -22,8 +20,6 @@
<div class="spinner"></div>
</body>
-
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script>
<script src='/p/assets/js/app.min.js'></script>
-
</html>