1
0
Fork 0
mirror of synced 2024-08-12 00:22:02 +12:00
budibase/packages/builder/index.html

17 lines
480 B
HTML
Raw Normal View History

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