Mercurial
annotate mrjunejune/src/parts/base_head.html @ 116:7bd795bac997
[Postdog] Added scrollable area to inputs and history files, buttons to delete and view.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 07 Jan 2026 04:52:17 -0800 |
| parents | 3bdfffaad162 |
| children | f236c895604e |
| 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 | |
| 8 <link rel="preload" href="/public/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin> | |
| 9 <link rel="preload" href="/public/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin> | |
| 10 | |
| 11 <link rel="preload" href="/public/fonts/more-sugar.extras.otf" as="font" type="font/otf" crossorigin> | |
| 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> | |
|
81
37fc1ec888b6
[MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff
changeset
|
14 |
|
85
0618addd5438
Updated so CSS and JS works for non root path.
June Park <parkjune1995@gmail.com>
parents:
84
diff
changeset
|
15 <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
|
16 <link rel="stylesheet" href="/base.css" /> |
|
81
37fc1ec888b6
[MrJuneJune] Separate out base_head.html
June Park <parkjune1995@gmail.com>
parents:
diff
changeset
|
17 |