Mercurial
annotate mrjunejune/src/parts/base_head.html @ 157:2db6253f355d
[ThirdParty] Added highlight library for better readability on blog.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 13 Jan 2026 19:18:47 -0800 |
| parents | 8e56f800b7e4 |
| children | 3b47e82ac57e |
| rev | line source |
|---|---|
|
97
3bdfffaad162
[MrJuneJune] Updated so it is mobile friendly and fixed few font sizes.
June Park <parkjune1995@gmail.com>
parents:
91
diff
changeset
|
1 <meta charset="UTF-8"> |
|
3bdfffaad162
[MrJuneJune] Updated so it is mobile friendly and fixed few font sizes.
June Park <parkjune1995@gmail.com>
parents:
91
diff
changeset
|
2 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 91 | 3 <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg"> |
| 4 | |
| 5 <link rel="preload" href="/public/fonts/Roboto-Regular.ttf" as="font" crossorigin> | |
| 6 <link rel="preload" href="/public/fonts/Roboto-Thin.ttf"as="font" crossorigin> | |
| 7 | |
|
125
f236c895604e
[MrJuneJune] Added web socket for chat to this.
June Park <parkjune1995@gmail.com>
parents:
97
diff
changeset
|
8 <!-- <link rel="preload" href="/public/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin> --> |
|
f236c895604e
[MrJuneJune] Added web socket for chat to this.
June Park <parkjune1995@gmail.com>
parents:
97
diff
changeset
|
9 <!-- <link rel="preload" href="/public/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin> --> |
| 91 | 10 |
|
125
f236c895604e
[MrJuneJune] Added web socket for chat to this.
June Park <parkjune1995@gmail.com>
parents:
97
diff
changeset
|
11 <!-- <link rel="preload" href="/public/fonts/more-sugar.extras.otf" as="font" type="font/otf" crossorigin> --> |
| 91 | 12 <link rel="preload" href="/public/fonts/more-sugar.regular.otf" as="font" type="font/otf" crossorigin> |
| 13 <link rel="preload" href="/public/fonts/more-sugar.thin.otf" as="font" type="font/otf" crossorigin> | |
| 146 | 14 <link rel="preload" href="/public/epi_all_colors.svg" as="image"> |
|
81
37fc1ec888b6
[MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff
changeset
|
15 |
|
85
0618addd5438
Updated so CSS and JS works for non root path.
June Park <parkjune1995@gmail.com>
parents:
84
diff
changeset
|
16 <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
|
17 <link rel="stylesheet" href="/base.css" /> |
|
81
37fc1ec888b6
[MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff
changeset
|
18 |