Skip to content

Commit eef5f83

Browse files
committed
Cleanup
1 parent b94c0f1 commit eef5f83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/template.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<title>Caramel</title>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
8-
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
7+
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
98
<link href="css/caramel.min.css" rel="stylesheet" type="text/css">
109
</head>
1110
<body>
@@ -17,7 +16,8 @@ <h6>If you get stuck, we've included <code>showcase.html</code>, which contains
1716
<h6>Have fun!</h6>
1817

1918
</main>
19+
20+
<script src="js/jquery.min.js"></script>
21+
<script src="js/caramel.js"></script>
2022
</body>
21-
<script src="js/jquery.min.js"></script>
22-
<script src="js/caramel.js"></script>
2323
</html>

0 commit comments

Comments
 (0)