Mercurial
annotate mrjunejune/src/parts/base_head.html @ 85:0618addd5438
Updated so CSS and JS works for non root path.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 13:16:30 -0800 |
| parents | bcc76a156aea |
| children | 19cccf6e866a |
| 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 |
|
85
0618addd5438
Updated so CSS and JS works for non root path.
June Park <parkjune1995@gmail.com>
parents:
84
diff
changeset
|
6 <link rel="preload" href="/base.css" as="style" /> |
|
0618addd5438
Updated so CSS and JS works for non root path.
June Park <parkjune1995@gmail.com>
parents:
84
diff
changeset
|
7 <link rel="stylesheet" href="/base.css" /> |
|
81
37fc1ec888b6
[MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff
changeset
|
8 |