summaryrefslogtreecommitdiff
path: root/pred_gui/frontend/index.html
blob: ac375dc6a98c3033f04c25a4325d124a0d4173a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>