budibase/packages/server/appPackages/testApp2/public/unauthenticated/index.html

29 lines
539 B
HTML
Raw Normal View History

2019-09-09 06:24:14 +02:00
<!doctype html>
<html>
2019-09-09 06:24:14 +02:00
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
2019-09-22 06:02:33 +02:00
<title>main</title>
<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-09-09 06:24:14 +02:00
2019-09-22 06:02:33 +02:00
<script src='/testApp2/clientAppDefinition.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>
</html>