29 lines
548 B
HTML
29 lines
548 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf8'>
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
<title>Budibase - Login</title>
|
|
<link rel='icon' type='image/png' href='/_master//_shared/favicon.png'>
|
|
|
|
<style>
|
|
html, body {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
|
|
|
|
<script src='/_master/clientAppDefinition.js'></script>
|
|
<script src='/_master/budibase-client.js'></script>
|
|
<script>
|
|
loadBudibase();
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body id="app">
|
|
|
|
</body>
|
|
</html> |