mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
<base> is not working properly, use full URL instead
This commit is contained in:
parent
cd22f8def5
commit
c247789adf
@ -8,9 +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="{{ BASE_URL }}tools/css/messages.css">
|
||||||
<link rel="shortcut icon" href="images/error.ico">
|
<link rel="shortcut icon" href="{{ BASE_URL }}images/error.ico">
|
||||||
<base href="{{ BASE_URL }}" />
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body{
|
body{
|
||||||
@ -57,7 +56,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="tools/js/html5shiv.min.js"></script>
|
<script src="{{ BASE_URL }}tools/js/html5shiv.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user