Skip to content

Instantly share code, notes, and snippets.

@rkasavaraju
Created April 13, 2015 15:20
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 rkasavaraju/d759eecd1cfb77e2af83 to your computer and use it in GitHub Desktop.
Save rkasavaraju/d759eecd1cfb77e2af83 to your computer and use it in GitHub Desktop.
rk-work
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<meta charset="UTF-8" />
<style type="text/css">
* { font-family: Verdana, Arial, sans-serif; }
body { background-color: #fff; cursor: default; }
h1 { font-size: 15pt; }
p { font-size: 10pt; }
</style>
</head>
<body>
<h1>My Page</h1>
<p>Your content.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment