1
0
Fork 0
mirror of synced 2024-09-19 10:48:30 +12:00
budibase/packages/server/appPackages/_master/public/unauthenticated/index.html

40 lines
765 B
HTML
Raw Normal View History

2019-09-12 17:10:50 +12:00
<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
2020-02-27 04:59:27 +13:00
<title>Test App</title>
<link rel='icon' type='image/png' href='/_master/./_shared/favicon.png'>
2019-09-12 17:10:50 +12:00
<style>
html, body {
height: 100%;
width: 100%;
2020-02-27 04:59:27 +13:00
margin: 0px;
padding: 0px;
}
</style>
2019-09-12 17:10:50 +12:00
2020-02-27 04:59:27 +13:00
<link rel='stylesheet' href='/_master/css/718591ba76129222eded13a89cd9cd18.css'>
<script src='/_master/clientFrontendDefinition.js'></script>
<script src='/_master/clientBackendDefinition.js'></script>
2019-09-12 17:10:50 +12:00
<script src='/_master/budibase-client.js'></script>
<script>
loadBudibase();
</script>
2019-09-12 17:10:50 +12:00
</head>
<body id="app">
</body>
</html>