Skip to content

Commit

Permalink
Add favicon and update titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm135 committed Jan 13, 2016
1 parent 3e63d91 commit ba3e6e4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
Binary file added images/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions index.html
@@ -1,12 +1,19 @@
<!DOCTYPE html>
<html lang="en" ng-app="home">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title & Favicons -->
<title>BuildFire SDK</title>
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">

<!-- CSS -->
<link href="styles/helper.css" rel="stylesheet"/>
<link href="styles/bootstrap.css" rel="stylesheet"/>

<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<style type="text/css" media="screen">
body{
Expand Down
6 changes: 6 additions & 0 deletions pluginTester/index.html
@@ -1,6 +1,12 @@
<!DOCTYPE html>
<html ng-app="buildfire">
<head lang="en">

<!-- Title & Favicons -->
<title>BuildFire SDK</title>
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">

<meta charset="UTF-8"/>
<base href="./"/>

Expand Down

0 comments on commit ba3e6e4

Please sign in to comment.