2020-12-07 21:52:47 +00:00
|
|
|
<!doctype html>
|
2020-12-18 14:01:59 +00:00
|
|
|
<html>
|
2020-12-08 12:21:49 +00:00
|
|
|
|
|
|
|
<head>
|
2020-12-08 15:46:26 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2020-12-12 20:20:43 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='index.css') }}">
|
2020-12-08 12:21:49 +00:00
|
|
|
</head>
|
2020-12-07 21:52:47 +00:00
|
|
|
|
2020-12-16 12:57:29 +00:00
|
|
|
<title>Rustico</title>
|
2020-12-07 21:52:47 +00:00
|
|
|
|
2020-12-18 14:01:59 +00:00
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2020-12-16 12:57:29 +00:00
|
|
|
<script src="{{ url_for('static', filename='index.js') }}"></script>
|
2020-12-08 15:46:26 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|