diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-11 16:02:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-11 16:02:01 +0200 |
| commit | cf4098b20dadcd378ef2730f32f70e327ab262b4 (patch) | |
| tree | 7683817932967b083fd3447649f127d461d802fb /static/site.html | |
| parent | 52531fbc8d3531a7941ad9c6c79a1e353d35f2fa (diff) | |
making sure cursors and css are good in the main site
Diffstat (limited to 'static/site.html')
| -rw-r--r-- | static/site.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/site.html b/static/site.html index 18bd0d0..e19847b 100644 --- a/static/site.html +++ b/static/site.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <title>PAGE_TITLE</title> <meta name="viewport" content="width=device-width,initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="SITE_PATH/site.css" /> <style> html { background: #000; } </style> |
