1
0
Fork 0
mirror of synced 2024-09-17 01:38:40 +12:00
budibase/packages/server/appPackages/_master/public/unauthenticated/index.html
2019-09-29 06:40:06 +01:00

29 lines
No EOL
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>