4
0
mirror of https://git.coop/cotech/website.git synced 2025-07-14 01:00:49 +00:00

Add reset stylesheet

Taken from https://www.joshwcomeau.com/css/custom-csss-reset/
This commit is contained in:
Chris Lowis
2025-06-20 14:35:05 +01:00
parent 90e2f61021
commit 20795aebf2
2 changed files with 57 additions and 0 deletions

View File

@ -53,6 +53,7 @@
<meta name="twitter:image" content="{{ site.url }}/assets/img/Cotech_512x512.png" />
{% endif %}
<link rel="canonical" href="{{ page.url | absolute_url }}" />
<link rel='stylesheet' href='/assets/css/reset.css' type='text/css' media='all' />
<link rel='stylesheet' id='app-css' href='/assets/css/app.css' type='text/css' media='all' />
<link rel="icon" href="/assets/img/cropped-cotech_512x512-32x32.png" sizes="32x32" />
<link rel="icon" href="/assets/img/cropped-cotech_512x512-192x192.png" sizes="192x192" />