support fallback website

This commit is contained in:
root
2022-05-22 08:21:04 +00:00
parent 251a7f9e8e
commit 567845db7a
7 changed files with 146 additions and 51 deletions

13
html/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="./test.js"></script>
</head>
<body>
My first website
</body>
</html>