comparison hg-web/src/index.html @ 176:fed99fc04e12 hg-web

[HgWeb] Problem with the emscript lol
author MrJuneJune <me@mrjunejune.com>
date Wed, 21 Jan 2026 19:32:08 -0800
parents 71ad34a8bc9a
children a2725419f988
comparison
equal deleted inserted replaced
175:71ad34a8bc9a 176:fed99fc04e12
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Zenbu Repository</title> 6 <title>Zenbu Repository</title>
7 <link rel="stylesheet" href="/base.css"> 7 <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg">
8 <link rel="stylesheet" href="/index.css">
9 </head> 8 </head>
10 <body> 9 <body>
11 <main> 10 <main>
12 <div id="root"></div> 11 <div id="root"></div>
13 12