mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
<base> is not working properly, use full URL instead
This commit is contained in:
parent
48822b6561
commit
9868b41a61
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user