22 lines
500 B
HTML
22 lines
500 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf8'>
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
<title>Test App 1 - Login</title>
|
|
<link rel='icon' type='image/png' href='//_shared/favicon.png'>
|
|
|
|
<link rel='stylesheet' href='https://css-r-us.com/myawesomestyles.css'>
|
|
<link rel='stylesheet' href='///local.css'>
|
|
|
|
<script src='/clientAppDefinition.js'></script>
|
|
<script src='/budibase-client.js'></script>
|
|
|
|
|
|
</head>
|
|
|
|
<body id="app">
|
|
|
|
</body>
|
|
</html> |