Skip to content

Commit

Permalink
Merge pull request #1 from arthurbarros/master
Browse files Browse the repository at this point in the history
Css folder missing the reference
  • Loading branch information
slivero committed Aug 12, 2014
2 parents 1660648 + 7b348f3 commit f846038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>HTML5 Video Streaming - Client</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />

</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>HTML5 Video Streaming</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />

</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion server.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>HTML5 Video Streaming - Server</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />

</head>
<body>
Expand Down

0 comments on commit f846038

Please sign in to comment.