1
0
Fork 0
mirror of synced 2024-09-14 16:27:26 +12:00
budibase/packages/server/appPackages/testApp2/public/unauthenticated/index.html
2019-09-22 05:02:33 +01:00

29 lines
No EOL
539 B
HTML

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