annotate mrjunejune/src/parts/base_head.html @ 84:bcc76a156aea

Updated to be called src instead of pages.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 13:01:10 -0800
parents mrjunejune/pages/parts/base_head.html@37fc1ec888b6
children 0618addd5438
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
37fc1ec888b6 [MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff changeset
1 <link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/tff" crossorigin>
37fc1ec888b6 [MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff changeset
2 <link rel="preload" href="/fonts/Roboto-Thin.ttf"as="font" type="font/tff" crossorigin>
37fc1ec888b6 [MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff changeset
3 <link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin>
37fc1ec888b6 [MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff changeset
4 <link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin>
37fc1ec888b6 [MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff changeset
5
37fc1ec888b6 [MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff changeset
6 <link rel="preload" href="base.css" as="style" />
37fc1ec888b6 [MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff changeset
7 <link rel="stylesheet" href="base.css" />
37fc1ec888b6 [MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff changeset
8