Skip to content

Commit

Permalink
Add test html page
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Nov 22, 2012
1 parent 325f87a commit d290bba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions spec/fixtures/index.html
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Fonts | Fixture</title>
<link rel="stylesheet" href="http://localhost:3000/sniglet.css" />

<style type="text/css">
.fixture {
font-family: "sniglet";
}
</style>

</head>
<body>

<h1 class="fixture">Fonts from The League of Movable Type</h1>

</body>
</html>

0 comments on commit d290bba

Please sign in to comment.