diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-11-29 20:18:11 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-11-29 20:18:11 +0500 |
| commit | e07dca81d05f304865a59c8afee98a3cde8bce8c (patch) | |
| tree | 2dd01bbc5fd20b6ae024f0c18eb8946887ae9339 /pred_gui/frontend/index.html | |
Project init
Diffstat (limited to 'pred_gui/frontend/index.html')
| -rw-r--r-- | pred_gui/frontend/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pred_gui/frontend/index.html b/pred_gui/frontend/index.html new file mode 100644 index 0000000..ac375dc --- /dev/null +++ b/pred_gui/frontend/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"/> + <meta content="width=device-width, initial-scale=1.0" name="viewport"/> + <title>pred_gui</title> +</head> +<body> +<div id="app"></div> +<script src="./src/main.ts" type="module"></script> +</body> +</html> |
