Skip to content

Commit

Permalink
Changes the location of the stylesheet to be relative
Browse files Browse the repository at this point in the history
  • Loading branch information
camilopayan committed Jul 26, 2015
1 parent 545f7bc commit c624f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Time Estimation! Pom! Tomato!</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/styles.css" />
<link rel="stylesheet" href="styles.css" />

</head>
<body>
Expand Down

0 comments on commit c624f24

Please sign in to comment.