Mercurial
annotate mrjunejune/src/parts/base_head.html @ 91:19cccf6e866a
Added Epi photo reels.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 16:34:51 -0800 |
| parents | 0618addd5438 |
| children | 3bdfffaad162 |
| rev | line source |
|---|---|
| 91 | 1 <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg"> |
| 2 | |
| 3 <link rel="preload" href="/public/fonts/Roboto-Regular.ttf" as="font" crossorigin> | |
| 4 <link rel="preload" href="/public/fonts/Roboto-Thin.ttf"as="font" crossorigin> | |
| 5 | |
| 6 <link rel="preload" href="/public/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin> | |
| 7 <link rel="preload" href="/public/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin> | |
| 8 | |
| 9 <link rel="preload" href="/public/fonts/more-sugar.extras.otf" as="font" type="font/otf" crossorigin> | |
| 10 <link rel="preload" href="/public/fonts/more-sugar.regular.otf" as="font" type="font/otf" crossorigin> | |
| 11 <link rel="preload" href="/public/fonts/more-sugar.thin.otf" as="font" type="font/otf" crossorigin> | |
|
81
37fc1ec888b6
[MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff
changeset
|
12 |
|
85
0618addd5438
Updated so CSS and JS works for non root path.
June Park <parkjune1995@gmail.com>
parents:
84
diff
changeset
|
13 <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
|
14 <link rel="stylesheet" href="/base.css" /> |
|
81
37fc1ec888b6
[MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff
changeset
|
15 |