22 lines
664 B
HTML
22 lines
664 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
|
||
|
<title>{{.LoadMain}} | Waffle | Gitea | Melon Tools</title>
|
||
|
<script>
|
||
|
const config = {
|
||
|
primary: "{{.LoadMain}}",
|
||
|
specs: {{.LoadUrls}},
|
||
|
};
|
||
|
window.CONFIG_URL = "data:application/javascript;base64," + btoa(JSON.stringify(config));
|
||
|
</script>
|
||
|
<script type="module" crossorigin src="/gitea/waffle/index.339c397e.js"></script>
|
||
|
<link rel="stylesheet" href="/gitea/waffle/index.7a759c70.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|