mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-16 06:58:16 +08:00
add web output backend
This commit is contained in:
11
assets/webinfo/index.html
Normal file
11
assets/webinfo/index.html
Normal 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>
|
||||
3
assets/webinfo/js/main.js
Normal file
3
assets/webinfo/js/main.js
Normal file
@@ -0,0 +1,3 @@
|
||||
function aaa() {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user