add stderr redirection, add logo

This commit is contained in:
Aynakeya
2022-07-15 16:30:50 -07:00
parent 8f2b975455
commit 24457e0acd
19 changed files with 102 additions and 117 deletions

BIN
assets/icon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -1,11 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LOL</title>
</head>
<body>
<h1>123123</h1>
<p>ABDCCC</p>
</body>
</html>
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" />-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AynaLivePlayer OBS Info</title>
<script type="module" crossorigin src="/assets/index.660dc426.js"></script>
<link rel="stylesheet" href="/assets/index.85c8060c.css">
</head>
<body>
<div id="app"></div>
</body>
</html>

View File

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