2023-01-18 22:46:19 -03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2023-01-25 20:55:24 -03:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Alai</title>
|
|
|
|
<link id="theme-css" rel="stylesheet" type="text/css" href="/themes/vela-blue/theme.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
2023-01-22 21:14:42 -03:00
|
|
|
</html>
|