2024-05-31 23:13:38 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>Kalzu</title>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-06-02 00:12:19 +03:00
|
|
|
<style>
|
|
|
|
#container {
|
|
|
|
height: 95vh;
|
|
|
|
}
|
|
|
|
</style>
|
2024-05-31 23:13:38 +03:00
|
|
|
</head>
|
2024-06-01 19:43:18 +03:00
|
|
|
<body style="background: #eee">
|
2024-06-01 16:14:29 +03:00
|
|
|
<div id="container"></div>
|
|
|
|
<script src="/static/index.js"></script>
|
2024-05-31 23:13:38 +03:00
|
|
|
</body>
|
|
|
|
</html>
|