chore: add web folder
This commit is contained in:
@@ -5,7 +5,6 @@ __pycache__
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
mycl
|
mycl
|
||||||
web.code-workspace
|
web.code-workspace
|
||||||
web
|
|
||||||
.env
|
.env
|
||||||
whitelist_books.txt
|
whitelist_books.txt
|
||||||
server
|
server
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>no web</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>frontend not embeded</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user