summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/index.html4
-rw-r--r--public/index2.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html
index b3d4cc6..eb5edd3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<!--link rel="stylesheet" href="normalize.css"-->
- <link rel="stylesheet" href="fonts.css">
- <link rel="stylesheet" href="styles.css">
+ <link rel="stylesheet" href="css/fonts.css">
+ <link rel="stylesheet" href="css/styles.css">
</head>
<body>
<input type="radio" name="font" checked="checked" id="defaultfont-rb" class="i-am-having-fun-cb">
diff --git a/public/index2.html b/public/index2.html
index 57ba03b..c04d655 100644
--- a/public/index2.html
+++ b/public/index2.html
@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<!--link rel="stylesheet" href="normalize.css"-->
- <link rel="stylesheet" href="fonts.css">
- <link rel="stylesheet" href="styles.css">
+ <link rel="stylesheet" href="css/fonts.css">
+ <link rel="stylesheet" href="css/styles.css">
</head>
<body>
<input type="radio" name="font" checked="checked" id="defaultfont-rb" class="i-am-having-fun-cb">