summaryrefslogtreecommitdiff
path: root/experience/index.html
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-01-10 22:37:25 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-01-10 22:37:45 -0500
commit340d024e5fc09d1ab89062ece7b8788786ba564b (patch)
tree594d7e1f695b25ca24084474dd00f4a6927bd100 /experience/index.html
parent972392448a8c14bf896516268d304baf961c1648 (diff)
Testing theme changer
Diffstat (limited to 'experience/index.html')
-rw-r--r--experience/index.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/experience/index.html b/experience/index.html
index 2e324e4..4f6c9a4 100644
--- a/experience/index.html
+++ b/experience/index.html
@@ -6,10 +6,14 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
- <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
- <link rel="icon" href="../favicon.ico" type="image/x-icon">
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+ <link rel="icon" href="/favicon.ico" type="image/x-icon">
- <link rel="stylesheet" href="../style.css">
+ <link rel="stylesheet" href="/styles/style.css">
+ <link rel="stylesheet" id="style" href="/styles/themes/colors-base.css"/>
+
+ <script defer="true" src="/scripts/cookie.js"></script>
+ <script defer="true" src="/scripts/theme.js"></script>
</head>
<body>
<h1>See <a href="../">the homepage</a> for experience you can play with.</h1>