1
0
Fork 0
mirror of synced 2024-09-09 06:01:08 +12:00
budibase/packages/server/appPackages/testApp/public/unauthenticated/index.html

31 lines
658 B
HTML
Raw Normal View History

2019-09-09 16:24:14 +12:00
<!doctype html>
2019-07-19 19:13:39 +12:00
<html>
2019-09-09 16:24:14 +12:00
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Test App 1 - Login</title>
2019-09-13 02:55:36 +12:00
<link rel='icon' type='image/png' href='//_shared/favicon.png'>
2019-09-09 16:24:14 +12:00
2019-10-12 05:14:23 +13:00
<style>
html, body {
height: 100%;
width: 100%;
}
</style>
2019-09-09 16:24:14 +12:00
<link rel='stylesheet' href='https://css-r-us.com/myawesomestyles.css'>
<link rel='stylesheet' href='///local.css'>
2019-09-13 02:55:36 +12:00
<script src='/clientAppDefinition.js'></script>
2019-09-09 16:24:14 +12:00
<script src='/budibase-client.js'></script>
2019-10-12 05:14:23 +13:00
<script>
loadBudibase();
</script>
2019-09-09 16:24:14 +12:00
</head>
<body id="app">
2019-09-13 02:55:36 +12:00
2019-09-09 16:24:14 +12:00
</body>
2019-07-19 19:13:39 +12:00
</html>