cmd/msrserve: initial drop-in replacement server

This is still quite ugly and only meant to get things going for now, as
a proof of concept. It is usable though, and quite fast.

Signed-off-by: Yonah <contrib@gensokyo.uk>
This commit is contained in:
2025-09-19 01:15:23 +09:00
parent 30599306f1
commit 8edf742aaa
75 changed files with 426 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<link
rel="shortcut icon"
type="image/x-icon"
href="/favicon.ico"
/>
<link
rel="stylesheet"
href="/assets/umi.62693412.css"
/>
<script>
window.routerBase = "/";
</script>
<script>
//! umi version: 3.2.16
</script>
</head>
<body>
<div id="root"></div>
<script src="/assets/umi.87fedd26.js"></script>
</body>
</html>