2019-09-09 06:24:14 +02:00
|
|
|
<!doctype html>
|
2019-07-19 09:13:39 +02:00
|
|
|
<html>
|
2019-09-09 06:24:14 +02:00
|
|
|
<head>
|
|
|
|
<meta charset='utf8'>
|
|
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
|
|
|
|
<title>Budibase App</title>
|
|
|
|
<link rel='icon' type='image/png' href='//assets/favicon.png'>
|
|
|
|
|
|
|
|
<link rel='stylesheet' href='https://css-r-us.com/myawesomestyles.css'>
|
|
|
|
<link rel='stylesheet' href='///local.css'>
|
|
|
|
|
|
|
|
<script src='/budibase-client.js'></script>
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="app">
|
|
|
|
<script src='/clientAppDefinition.js'></script>
|
|
|
|
</body>
|
2019-07-19 09:13:39 +02:00
|
|
|
</html>
|