upend/ui/public/index.html

19 lines
355 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2021-10-29 18:50:33 +02:00
2021-11-30 20:43:06 +01:00
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
2021-10-29 18:50:33 +02:00
2021-11-30 20:43:06 +01:00
<title>UpEnd</title>
2021-10-29 18:50:33 +02:00
2021-11-30 20:43:06 +01:00
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/build/bundle.css'>
2021-10-29 18:50:33 +02:00
2021-11-30 20:43:06 +01:00
<script defer src='/build/bundle.js'></script>
</head>
<body>
</body>
</html>