2019-09-09 06:24:14 +02:00
|
|
|
<!doctype html>
|
2019-08-02 15:54:10 +02:00
|
|
|
<html>
|
2019-09-09 06:24:14 +02:00
|
|
|
<head>
|
|
|
|
<meta charset='utf8'>
|
|
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
|
2019-10-18 18:32:03 +02:00
|
|
|
<title>My App</title>
|
2019-09-22 06:02:33 +02:00
|
|
|
<link rel='icon' type='image/png' href='/testApp2//_shared/favicon.png'>
|
2019-09-09 06:24:14 +02:00
|
|
|
|
2019-09-22 06:02:33 +02:00
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2019-10-14 09:32:20 +02:00
|
|
|
<link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css'>
|
2019-09-09 06:24:14 +02:00
|
|
|
|
2020-02-10 22:35:51 +01:00
|
|
|
<script src='/_master/clientFrontendDefinition.js'></script>
|
|
|
|
<script src='/_master/clientBackendDefinition.js'></script>
|
2019-09-09 06:24:14 +02:00
|
|
|
<script src='/testApp2/budibase-client.js'></script>
|
2019-09-22 06:02:33 +02:00
|
|
|
<script>
|
|
|
|
loadBudibase();
|
|
|
|
</script>
|
2019-09-09 06:24:14 +02:00
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="app">
|
2019-09-22 06:02:33 +02:00
|
|
|
|
2019-09-09 06:24:14 +02:00
|
|
|
</body>
|
2019-08-02 15:54:10 +02:00
|
|
|
</html>
|