add web output backend

This commit is contained in:
Aynakeya
2022-07-12 21:06:55 -07:00
parent 6e4c78daf2
commit 94615265bf
16 changed files with 554 additions and 54 deletions

11
assets/webinfo/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LOL</title>
</head>
<body>
<h1>123123</h1>
<p>ABDCCC</p>
</body>
</html>

View File

@@ -0,0 +1,3 @@
function aaa() {
return 0;
}