diff options
Diffstat (limited to 'experience/index.html')
-rw-r--r-- | experience/index.html | 10 |
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> |