Skip to content

Commit

Permalink
Update index.html: LINK for Favicon, meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
teleject committed May 21, 2015
1 parent cbb20fd commit 66de218
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<head>
<meta charset="utf-8">
<title>Is The Lake Full Yet?</title>
<meta name="description" content="">
<meta name="description" content="Are you wondering about the current status of Lake Travis?" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/script.js"></script>
</head>
Expand Down

0 comments on commit 66de218

Please sign in to comment.