summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-02-25 16:32:35 -0500
committercyfraeviolae <cyfraeviolae>2022-02-25 16:32:35 -0500
commitb794a02df45f7e29461e658ce2d94abdf9f1356a (patch)
tree1be6ddc08faa63dc71fe8093f046862ccef8ecd3
parent36af38bb79f2310138853f59f4aff18908ad5abc (diff)
links
-rw-r--r--index.html8
-rw-r--r--static/styles.css4
2 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 0ede797..973f4c1 100644
--- a/index.html
+++ b/index.html
@@ -4,8 +4,8 @@
<title>Prosodyle</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="/static/styles.css">
- <link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
+ <link rel="stylesheet" type="text/css" href="/prosodyle/static/styles.css">
+ <link rel="shortcut icon" type="image/x-icon" href="/prosodyle/static/favicon.ico">
</head>
<body>
<div class="container">
@@ -58,7 +58,7 @@
<p id="guesses"></p>
</form>
</div>
- <script src="/static/poems.js"></script>
- <script src="/static/script.js"></script>
+ <script src="/prosodyle/static/poems.js"></script>
+ <script src="/prosodyle/static/script.js"></script>
</body>
</html>
diff --git a/static/styles.css b/static/styles.css
index 96b9109..d46a8d2 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,12 +1,12 @@
@font-face {
font-family: EBGaramond;
- src: url(/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
+ src: url(/prosodyle/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
font-style: normal;
}
@font-face {
font-family: EBGaramond;
- src: url(/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
+ src: url(/prosodyle/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
font-style: italic;
}