1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +12:00
budibase/packages/server/appPackages/_master/public/main/index.html

20 lines
381 B
HTML
Raw Normal View History

2019-09-12 17:10:50 +12:00
<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Budibase</title>
2019-09-13 02:55:36 +12:00
<link rel='icon' type='image/png' href='/_master/_shared/favicon.png'>
2019-09-12 17:10:50 +12:00
<script src='/_master/clientAppDefinition.js'></script>
<script src='/_master/budibase-client.js'></script>
</head>
<body id="app">
</body>
</html>