2021-03-31 17:14:56 +02:00
|
|
|
<!doctype html>
|
2021-04-13 19:07:45 +02:00
|
|
|
<html class="spectrum spectrum--medium spectrum--darkest" lang="en" dir="ltr">
|
2023-03-13 13:33:16 +01:00
|
|
|
|
2021-03-31 17:14:56 +02:00
|
|
|
<head>
|
|
|
|
<meta charset='utf8'>
|
|
|
|
<meta name='viewport' content='width=device-width'>
|
2021-05-04 16:05:53 +02:00
|
|
|
<title>Budibase</title>
|
2021-05-25 10:41:23 +02:00
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
2023-03-13 13:33:16 +01:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
|
|
|
|
rel="stylesheet" />
|
2021-03-31 17:14:56 +02:00
|
|
|
</head>
|
2023-03-13 13:33:16 +01:00
|
|
|
|
2021-04-13 19:07:45 +02:00
|
|
|
<body id="app">
|
2021-03-31 17:14:56 +02:00
|
|
|
<script type="module" src='/src/main.js'></script>
|
|
|
|
</body>
|
2023-03-13 13:33:16 +01:00
|
|
|
|
2021-03-31 17:14:56 +02:00
|
|
|
</html>
|