1
0
Fork 0
mirror of synced 2024-09-16 17:29:39 +12:00
budibase/packages/server/appPackages/testApp/public/main/index.html

39 lines
938 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</title>
<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%;
2020-02-26 04:41:15 +13:00
margin: 0px;
padding: 0px;
2019-10-12 05:14:23 +13:00
}
</style>
2020-02-26 04:41:15 +13:00
<link rel='stylesheet' href='//my-styles.css'>
2019-09-09 16:24:14 +12:00
2020-02-26 04:41:15 +13:00
<link rel='stylesheet' href='/css/d121e1ecc6cf44f433213222e9ff5d40.css'>
<link rel='stylesheet' href='/css/7b7c05b78e05c06eb8d69475caadfea3.css'>
2020-02-26 04:41:15 +13:00
<link rel='stylesheet' href='/css/f66fc2928f7d850c946e619c1a1f3096.css'>
2020-02-26 04:41:15 +13:00
<script src='/clientFrontendDefinition.js'></script>
<script src='/clientBackendDefinition.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>