aboutsummaryrefslogtreecommitdiff
path: root/front.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'front.html.in')
-rw-r--r--front.html.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/front.html.in b/front.html.in
index 705633a..d5c69ca 100644
--- a/front.html.in
+++ b/front.html.in
@@ -10,13 +10,14 @@
6) {6}
7) {7}
8) {8}
+ 9) {9} APP_PATH
-->
<html lang="en">
<head>
<title>{6}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Hex Zero" />
- <link rel="stylesheet" href="/hex-zero/static/styles.css">
+ <link rel="stylesheet" href="{9}/static/styles.css">
</head>
<body id="body">
<div id="sidebar">
@@ -127,7 +128,7 @@ please allow up to 24 hours for a response.
<!-- UPLOAD -->
<footer>
<div id="footer">
- <pre class="clean">Adapted from <a href="https://github.com/envs-net/0x0">envs.net 0x0 app</a>
+ <pre class="clean">Drag-and-drop form <a href="{9}/upload/">here</a>
</div>
</footer>
<!--
bgstack15