budibase/packages/server/appPackages/testApp2/public/unauthenticated/index.html

19 lines
383 B
HTML
Raw Normal View History

2019-09-09 06:24:14 +02:00
<!doctype html>
<html>
2019-09-09 06:24:14 +02:00
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Test App Two</title>
2019-09-12 16:55:36 +02:00
<link rel='icon' type='image/png' href='/testApp2/_shared/favicon.png'>
2019-09-09 06:24:14 +02:00
<script src='/testApp2/budibase-client.js'></script>
</head>
<body id="app">
<script src='/testApp2/clientAppDefinition.js'></script>
</body>
</html>