21 lines
488 B
HTML
21 lines
488 B
HTML
<!doctype html>
|
|
<html>
|
|
<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>
|
|
</html> |