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/718591ba76129222eded13a89cd9cd18.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>
|