diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-11 11:25:06 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-11 11:25:06 +0100 |
commit | 3fbbe86c5007ac82069feb342a462202d6a1a2b5 (patch) | |
tree | 486a945290cd51c76d0a17c5d98c25b9bbeca9a5 /public | |
parent | ba44755fa7bc166f09dd93545426f0d3275d5c42 (diff) |
semi-working dark mode toggle + color pickers
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index d9fdb5d..05b60c9 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,6 @@ <meta name="description" content="4 op een rij website voor informatica PO"/> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/> <link rel="manifest" href="%PUBLIC_URL%/manifest.json"/> - <link rel="stylesheet" href="%PUBLIC_URL%/font/stylesheet.css"/> <title>4 op een rij</title> </head> <body> |