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 756b48c commit 085c9c0Copy full SHA for 085c9c0
html/template.html
@@ -8,10 +8,6 @@
8
<meta name="description" content="{description}">
9
<link rel="stylesheet" href="css/garden.css" media="screen">
10
<link rel="stylesheet" href="css/prettify.css" media="screen">
11
-
12
- <script src="js/jquery-1.4.4.min.js"></script>
13
- <script src="js/jquery.color.min.js"></script>
14
- <script src="js/garden.js"></script>
15
</head>
16
17
<body>
@@ -35,6 +31,9 @@ <h1>{title}</h1>
35
31
</footer>
36
32
</div>
37
33
<script src="js/prettify.js"></script>
34
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
+ <script src="js/jquery.color.min.js"></script>
+ <script src="js/garden.js"></script>
38
</body>
39
</html>
40
0 commit comments