alessandro trinca tornidor
feat: avoid 404 for output.css on loading of custom html pages, handle lfs images the right way
a587bb6
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <link href="output.css" rel="stylesheet" type="text/css"> | |
| <link href="dist/output.css" rel="stylesheet" type="text/css"> | |
| <link href="static/output.css" rel="stylesheet" type="text/css"> | |
| <link rel="icon" href="/favicon.ico" sizes="32x32"> | |
| <link rel="icon" href="/icon.svg" type="image/svg+xml"> | |
| <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 --> | |
| <link rel="manifest" href="/manifest.webmanifest"> | |
| <title>Lisa</title> | |
| </head> | |
| <body> | |
| <div id="root_index"></div> | |
| <script type="module" src="/src/index.ts"></script> | |
| </body> | |
| </html> | |