We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f11d3f commit 3983df6Copy full SHA for 3983df6
docs/index.html
@@ -1,5 +1,7 @@
1
<html>
2
- <head> <link href="/all.css" rel="stylesheet"></head>
+ <head>
3
+ <link href="all.css" rel="stylesheet" />
4
+ </head>
5
<body>
6
<div id="main">
7
<p>
@@ -17,5 +19,6 @@
17
19
demo on David Nolen's blog.
18
20
</p>
21
</div>
- <script type="text/javascript" src="/all.js"></script></body>
22
+ <script type="text/javascript" src="all.js"></script>
23
+ </body>
24
</html>
0 commit comments