1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
- <link href='http://fonts.googleapis.com/css?family=Give+You+Glory&v2' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Wallpoet&v2' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister&v2' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- font-family: sans-serif;
- }
- p {
- font-size: 2em;
- background: #eee;
- padding: 1em;
- }
-
- h2 {
- color: #999;
- }
- </style>
- </head>
- <body>
-
- <h2>Give You Glory</h2>
- <p style="font-family: 'Give You Glory', sans-serif;">
- Grumpy wizards make toxic brew for the evil Queen and Jack
- </p>
-
- <h2>Wallpoet</h2>
- <p style="font-family: 'Wallpoet', sans-serif;">
- Grumpy wizards make toxic brew for the evil Queen and Jack
- </p>
-
- <h2>Love Ya Like A Sister</h2>
- <p style="font-family: 'Love Ya Like A Sister', sans-serif;">
- Grumpy wizards make toxic brew for the evil Queen and Jack
- </p>
-
- </body>
- </html>
|