summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-22 12:53:56 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-22 12:53:56 +0200
commit88f7735483779d7b90e03faff00203ac0d77ec46 (patch)
tree04c9261082556da4400a85cbd6d838cdeb6f1079 /index.html
parent1d6e01a44ea9f23b2a7fcc63de12c132e74fc0bb (diff)
fixing the harpHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3bf7924..e05bb6f 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<title>harp</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
-<link rel="stylesheet" href="../css/css.css">
+<link rel="stylesheet" href="./css/css.css">
<style>
html,body { font-size: 12px; font-weight: normal; background: black; color: white; overflow: hidden; }
circle { cursor: pointer }