<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Index</title> <link href='http://fonts.googleapis.com/css?family=Rosarivo:400,400italic|Montserrat+Alternates:400,700|Montaga' rel='stylesheet' type='text/css'> <style type="text/css" media="screen"> body { background-color: whitesmoke; font-family: 'Montaga', serif; } h1, h2 { font-family: 'Montserrate Alternates', sans-serif; font-weight: 700; } h3, h4 { font-family: 'Montserrate Alternates', sans-serif; font-weight: 400; } </style> </head> <body> <h1 id="main-title">My Rad Page!</h1> <hr> <footer> <p><em>By Brandon Walsh (but stolen pretty heavily from Eric Rochester because lazy)</em></p> </footer> </body> </html>