mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
actually these references should be relative to the web root
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<link rel="stylesheet" href="css/normalize.min.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<link rel="stylesheet" href="/css/normalize.min.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="js/vendor/html5.js"></script>
|
||||
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
|
||||
<script src="/js/vendor/html5.js"></script>
|
||||
<script>window.html5 || document.write('<script src="/js/vendor/html5shiv.js"><\/script>')</script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
@@ -74,6 +74,6 @@
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script src="js/main.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user