1
0
Fork 0
mirror of synced 2024-09-16 09:17:40 +12:00
budibase/packages/server/appPackages/testApp2/public/unauthenticated/index.html
2019-09-09 08:50:15 +01:00

19 lines
No EOL
383 B
HTML

<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Test App Two</title>
<link rel='icon' type='image/png' href='/testApp2//assets/favicon.png'>
<script src='/testApp2/budibase-client.js'></script>
</head>
<body id="app">
<script src='/testApp2/clientAppDefinition.js'></script>
</body>
</html>