1
0
forked from YaBL/app

chore: add web folder

This commit is contained in:
Michael 2025-06-21 13:12:02 +03:00
parent 8ca548a5e3
commit cf2aa8be3b
2 changed files with 11 additions and 1 deletions

1
apps/api/.gitignore vendored
View File

@ -5,7 +5,6 @@ __pycache__
.DS_Store
mycl
web.code-workspace
web
.env
whitelist_books.txt
server

11
apps/api/web/index.html Normal file
View 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>