<base> is not working properly, use full URL instead

This commit is contained in:
slawkens 2023-06-02 15:24:10 +02:00
parent 48822b6561
commit 9868b41a61

View File

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