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>
31 lines
638 B
HTML
31 lines
638 B
HTML
<!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>
|