Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Added example html/png for those that don't want to fire up rack.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Feb 5, 2013
1 parent 6c2adae commit ce10eae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/flipper.html
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Flipper</title>
<link rel="stylesheet" type="text/css" href="/flipper/css/application.css">
<style type="text/css">
* { margin:0; padding:0; }
body {text-align:center;}
</style>
</head>
<body>
<img src="flipper.png" />
</body>
</html>
Binary file added examples/flipper.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce10eae

Please sign in to comment.