20 lines
381 B
HTML
20 lines
381 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf8'>
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
<title>Budibase</title>
|
|
<link rel='icon' type='image/png' href='/_master/_shared/favicon.png'>
|
|
|
|
|
|
<script src='/_master/clientAppDefinition.js'></script>
|
|
<script src='/_master/budibase-client.js'></script>
|
|
|
|
|
|
</head>
|
|
|
|
<body id="app">
|
|
|
|
</body>
|
|
</html> |