2019-09-12 07:10:50 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf8'>
|
|
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
|
|
|
|
<title>Budibase - Login</title>
|
2019-09-29 07:40:06 +02:00
|
|
|
<link rel='icon' type='image/png' href='/_master//_shared/favicon.png'>
|
2019-09-12 07:10:50 +02:00
|
|
|
|
2019-09-29 07:40:06 +02:00
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2019-09-12 07:10:50 +02:00
|
|
|
|
2020-02-10 22:35:51 +01:00
|
|
|
<script src='/_master/clientFrontendDefinition.js'></script>
|
|
|
|
<script src='/_master/clientBackendDefinition.js'></script>
|
2019-09-12 07:10:50 +02:00
|
|
|
<script src='/_master/budibase-client.js'></script>
|
2019-09-29 07:40:06 +02:00
|
|
|
<script>
|
|
|
|
loadBudibase();
|
|
|
|
</script>
|
2019-09-12 07:10:50 +02:00
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="app">
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|