aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJoris2017-03-04 12:30:50 +0100
committerJoris2017-03-04 12:30:50 +0100
commitf466c27fedc73e37132259930efad4f25d01f0b9 (patch)
treec427ae50ecd6e62f2726c810d706f23cba46e802 /public/index.html
parentd38f069dc6e98c19382b29e99c8ebfd9e370fd78 (diff)
downloadreading-f466c27fedc73e37132259930efad4f25d01f0b9.tar.gz
reading-f466c27fedc73e37132259930efad4f25d01f0b9.tar.bz2
reading-f466c27fedc73e37132259930efad4f25d01f0b9.zip
Transform global style from Scala to CSS
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index 8e2599d..587080b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>Conseils de lecture</title>
<link rel="stylesheet" href="reset.css">
+ <link rel="stylesheet" href="global.css">
<link rel="icon" href="icon.png">
<script src="main.js"></script>
</head>