Skip to content

Commit

Permalink
add title to stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Dec 10, 2014
1 parent 47dd9c4 commit 943c678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8">
<title>tabs</title>
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" title="default" href="css/theme.css">

<!-- Alternate themes -->
<link rel="alternate stylesheet" href="themes/dark/dark.css">
<link rel="alternate stylesheet" title="dark" href="themes/dark/dark.css">

<!-- Module handling -->
<!-- All further JS code is loaded from javascript -->
Expand Down

0 comments on commit 943c678

Please sign in to comment.