1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +12:00
budibase/packages/server/appPackages/testApp2/public/unauthenticated/index.html

29 lines
539 B
HTML
Raw Normal View History

2019-09-09 16:24:14 +12:00
<!doctype html>
<html>
2019-09-09 16:24:14 +12:00
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
2019-09-22 16:02:33 +12:00
<title>main</title>
<link rel='icon' type='image/png' href='/testApp2//_shared/favicon.png'>
2019-09-09 16:24:14 +12:00
2019-09-22 16:02:33 +12:00
<style>
html, body {
height: 100%;
width: 100%;
}
</style>
2019-09-09 16:24:14 +12:00
2019-09-22 16:02:33 +12:00
<script src='/testApp2/clientAppDefinition.js'></script>
2019-09-09 16:24:14 +12:00
<script src='/testApp2/budibase-client.js'></script>
2019-09-22 16:02:33 +12:00
<script>
loadBudibase();
</script>
2019-09-09 16:24:14 +12:00
</head>
<body id="app">
2019-09-22 16:02:33 +12:00
2019-09-09 16:24:14 +12:00
</body>
</html>