Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit fcc2bd4

Browse files
committed
Add favicon and cleanly-scaled logo.
1 parent aeba66d commit fcc2bd4

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

favicon.ico

2.05 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="date" content="Thu Aug 21 12:41:29 CEST 2008" />
88
<meta name="DC.Title" content="Rack: a Ruby Webserver Interface" />
99
<meta name="DC.Creator" content="Christian Neukirchen" />
10+
<link rel="shortcut icon" href="favicon.ico" />
1011
<link rel="stylesheet" href="style.css" />
1112
<script src="http://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/scripts/shCore.min.js"></script>
1213
<script src="http://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/scripts/shBrushRuby.min.js"></script>
@@ -18,7 +19,7 @@
1819
<header>
1920
<h1>Rack: a Ruby Webserver Interface</h1>
2021

21-
<img id="logo" src="rack-logo.png" alt="Rack powers web applications" />
22+
<img id="logo" src="rack-logo.png" width="400px" alt="Rack powers web applications" />
2223

2324
<p>
2425
<strong>Rack</strong> provides a minimal interface between

rack-logo.png

-2.88 KB
Loading

0 commit comments

Comments
 (0)