mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
fix rel path
This commit is contained in:
parent
cdae11226d
commit
8f2cc2ca38
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user