windhamdavid 10 years ago
parent
commit
a9c0d0167d
2 changed files with 3 additions and 2 deletions
  1. 1 1
      .gitignore
  2. 2 1
      public/apps/index.html

+ 1 - 1
.gitignore

@@ -1,4 +1,4 @@
 /node_modules/
 npm-debug.log
 .DS_Store
-favicon.ico
+public/apps/favicon.ico

+ 2 - 1
public/apps/index.html

@@ -2,12 +2,13 @@
 <html lang="en">
 	<head>
 		<meta charset="utf-8">
-		<title>Google Apps</title>
+		<title>Gwd50 Google Apps</title>
 		<meta name="description" content="HTML Presentation">
 		<meta name="author" content="David A. Windham">
 		<meta name="apple-mobile-web-app-capable" content="yes" />
 		<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
 		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
+		<link rel="shortcut icon" href="apps/favicon.ico" type="image/x-icon"/>
 		<link rel="stylesheet" href="apps/css/reveal.min.css">
 		<link rel="stylesheet" href="apps/css/daw.css" id="theme">
 		<link rel="stylesheet" href="apps/css/zenburn.css">