Skip to content

Commit b4c0299

Browse files
author
Jon Wayne Parrott
authored
Merge pull request #34 from ajyoon/patch-1
Remove duplicated rel attribute
2 parents 4f0c232 + a2a1547 commit b4c0299

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<html>
44
<head>
55
<!-- [START css] -->
6-
<link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap.css" rel="stylesheet">
7-
<link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
6+
<link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap.css">
7+
<link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.css">
88
<!-- [END css] -->
99
<style type="text/css">
1010
body {

0 commit comments

Comments
 (0)