Skip to content

Commit a2a1547

Browse files
authored
Remove duplicated rel attribute
1 parent 4f0c232 commit a2a1547

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)