fix rel path

This commit is contained in:
slawkens 2023-03-16 09:03:45 +01:00
parent cdae11226d
commit 8f2cc2ca38

View File

@ -8,8 +8,8 @@
<meta name="description" content="myaac"> <meta name="description" content="myaac">
<meta name="generator" content="MyAAC"> <meta name="generator" content="MyAAC">
<link rel="stylesheet" href="/tools/css/messages.css"> <link rel="stylesheet" href="tools/css/messages.css">
<link rel="shortcut icon" href="/images/error.ico"> <link rel="shortcut icon" href="images/error.ico">
<base href="{{ BASE_URL }}" /> <base href="{{ BASE_URL }}" />
<style> <style>
@ -57,7 +57,7 @@
} }
</style> </style>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="/tools/js/html5shiv.js"></script> <script src="tools/js/html5shiv.js"></script>
<![endif]--> <![endif]-->
</head> </head>
<body> <body>
@ -76,4 +76,4 @@
<p>{{ powered_by }}</p> <p>{{ powered_by }}</p>
</div> </div>
</body> </body>
</html> </html>