update to backoffice directory

This commit is contained in:
Jacob Overgaard
2023-02-09 13:32:20 +01:00
parent 9b7bf81ad1
commit 42f8cde259
2 changed files with 24 additions and 24 deletions

View File

@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/umbraco/" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/umbraco/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Umbraco</title>
<link rel="stylesheet" href="/umbraco/style.css"/>
<script type="module" src="/umbraco/main.js"></script>
</head>
<head>
<base href="/umbraco/" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="backoffice/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Umbraco</title>
<link rel="stylesheet" href="backoffice/style.css"/>
<script type="module" src="backoffice/main.js"></script>
</head>
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden">
<umb-app></umb-app>
</body>
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden">
<umb-app></umb-app>
</body>
</html>

View File

@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/umbraco/" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/umbraco/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Umbraco</title>
<link rel="stylesheet" href="/umbraco/style.css"/>
<script type="module" src="/umbraco/main.js"></script>
</head>
<head>
<base href="/umbraco/" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="backoffice/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Umbraco</title>
<link rel="stylesheet" href="backoffice/style.css"/>
<script type="module" src="backoffice/main.js"></script>
</head>
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden">
<umb-app></umb-app>
</body>
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden">
<umb-app></umb-app>
</body>
</html>