Skip to content

Commit

Permalink
added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Apr 25, 2012
1 parent 0fb9cdf commit c8b2a5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file added favicon.ico
Binary file not shown.
Binary file added favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
@@ -1,3 +1,3 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>httpster</title><link rel="stylesheet" type="text/css" href="css/reset.css"><link rel="stylesheet" type="text/css" href="css/main.css"><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="js/app.js"></script><!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--></head><body><header> <h1><strong>http</strong>ster</h1></header><div id="content"><h2>Simple local static development server</h2><section><div class="comment">install httpster (with <a href="http://npmjs.org/">npm</a>)</div><pre>$ npm install -g httpster</pre></section><section><div class="comment">navigate to your folder and start httpster<br></div><pre>$ cd your_public_folder/
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>httpster</title><link rel="stylesheet" type="text/css" href="css/reset.css"><link rel="stylesheet" type="text/css" href="css/main.css"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="js/app.js"></script><!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--></head><body><header> <h1><strong>http</strong>ster</h1></header><div id="content"><h2>Simple local static development server</h2><section><div class="comment">install httpster (with <a href="http://npmjs.org/">npm</a>)</div><pre>$ npm install -g httpster</pre></section><section><div class="comment">navigate to your folder and start httpster<br></div><pre>$ cd your_public_folder/
$ httpster
Starting Server on port &quot;3333&quot;</pre></section><section><div class="comment">choose the port</div><pre>$ httpster -p 8800</pre></section><section><div class="comment">pass a path to the root</div><pre>$ httpster wwww/</pre></section><section><div class="comment">fork it on <a href="https://github.com/SimbCo/httpster">github</a>, or whatever</div></section></div><footer></footer></body></html>
3 changes: 3 additions & 0 deletions index.jade
Expand Up @@ -6,6 +6,9 @@ html
title httpster
link(rel = 'stylesheet', type = 'text/css', href = 'css/reset.css')
link(rel = 'stylesheet', type = 'text/css', href = 'css/main.css')
link(rel = 'shortcut icon', type = 'image/x-icon', href = '/favicon.ico')


script(src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js')
script(src = 'js/app.js')
//if lt IE 9
Expand Down

0 comments on commit c8b2a5d

Please sign in to comment.