chore: add web folder
This commit is contained in:
parent
8ca548a5e3
commit
cf2aa8be3b
1
apps/api/.gitignore
vendored
1
apps/api/.gitignore
vendored
@ -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
|
||||||
|
|||||||
11
apps/api/web/index.html
Normal file
11
apps/api/web/index.html
Normal file
@ -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>
|
||||||
Loading…
x
Reference in New Issue
Block a user