Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Dec 20, 2016
1 parent c483058 commit 77b26af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file added source/favicon.ico
Binary file not shown.
7 changes: 5 additions & 2 deletions source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CircleStatus</title>
<title>CircleBoard2</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link href="favicon.ico" rel="icon" type="image/png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/cyborg/bootstrap.min.css">
<link rel="stylesheet" href="bower_components/animate.css/animate.min.css">
</head>
Expand Down

0 comments on commit 77b26af

Please sign in to comment.