2019-07-13 11:35:57 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
2020-06-19 13:36:03 +02:00
|
|
|
|
2019-07-13 11:35:57 +02:00
|
|
|
<head>
|
|
|
|
<meta charset='utf8'>
|
|
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
|
|
|
|
<title>Budibase Builder</title>
|
|
|
|
|
2020-03-06 18:00:54 +01:00
|
|
|
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
|
2020-08-10 16:33:32 +02:00
|
|
|
|
2019-07-15 07:59:46 +02:00
|
|
|
<link rel='icon' type='image/png' href='/_builder/favicon.png'>
|
|
|
|
<link rel='stylesheet' href='/_builder/bundle.css'>
|
2020-09-09 13:06:04 +02:00
|
|
|
<link rel='stylesheet' href='/_builder/external.css'>
|
2020-06-19 13:36:03 +02:00
|
|
|
<link rel='stylesheet' href='/_builder/bbui.css'>
|
2020-08-12 18:41:12 +02:00
|
|
|
|
2019-07-13 11:35:57 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="app">
|
2020-08-12 18:41:12 +02:00
|
|
|
|
2019-07-15 07:59:46 +02:00
|
|
|
<script src='/_builder/bundle.js'></script>
|
2020-08-10 16:33:32 +02:00
|
|
|
|
2019-07-13 11:35:57 +02:00
|
|
|
</body>
|
2020-06-19 13:36:03 +02:00
|
|
|
|
2019-07-13 11:35:57 +02:00
|
|
|
</html>
|