Skip to content

Instantly share code, notes, and snippets.

@Rapptz
Created April 1, 2015 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rapptz/d95846cd8c1196e19de3 to your computer and use it in GitHub Desktop.
Save Rapptz/d95846cd8c1196e19de3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SSCCE</title>
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<style>
body {
font-family: "Raleway";
color: #222;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>Hello World</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment