2019-09-12 07:10:50 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf8'>
|
|
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
|
2020-02-26 16:59:27 +01:00
|
|
|
<title>Test App</title>
|
|
|
|
<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%;
|
2020-02-26 16:59:27 +01:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2019-09-29 07:40:06 +02:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2019-09-12 07:10:50 +02:00
|
|
|
|
2020-02-26 16:59:27 +01:00
|
|
|
|
|
|
|
|
|
|
|
<link rel='stylesheet' href='/_master/css/4ced8b29af217917f92d6d8fdf8fe057.css'>
|
|
|
|
|
|
|
|
<link rel='stylesheet' href='/_master/css/c07d11d550e54bf0cdd2aef50222e0a7.css'>
|
|
|
|
|
|
|
|
<link rel='stylesheet' href='/_master/css/27ad4d23d18c2480bb25afb79561a264.css'>
|
|
|
|
|
|
|
|
<link rel='stylesheet' href='/_master/css/beda1ecf5d846a6fdc1773da594b8304.css'>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel='stylesheet' href='/_master/css/6e6849b44a1b03b12ba15d1fc9c30671.css'>
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|