2021-07-08 01:48:58 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2022-04-09 02:40:19 +00:00
|
|
|
<title>Tutor</title>
|
2022-02-11 06:07:32 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2021-07-08 01:48:58 +00:00
|
|
|
<script type="text/javascript" src="elm.js"></script>
|
2021-07-17 03:18:06 +00:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap" rel="stylesheet">
|
2021-07-08 01:48:58 +00:00
|
|
|
</head>
|
2021-07-16 00:51:33 +00:00
|
|
|
<meta charset="utf-8"/>
|
2021-07-08 01:48:58 +00:00
|
|
|
<body>
|
|
|
|
<script type="text/javascript">
|
|
|
|
var app = Elm.App.init({flags: {}});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|