Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 6ca94d4

Browse files
Fatih Kadir Akınpetebacondarwin
Fatih Kadir Akın
authored andcommitted
refact(index.html): remove self closing slash for link tag.
You don't need it when doctype is HTML5 and also the others above already don't have one. Closes #232
1 parent fd43437 commit 6ca94d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/normalize.css">
1313
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/main.css">
14-
<link rel="stylesheet" href="app.css"/>
14+
<link rel="stylesheet" href="app.css">
1515
<script src="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
1616
</head>
1717
<body>

0 commit comments

Comments
 (0)