Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Last active May 3, 2018 09:07
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 tuttelikz/3d99c18daccf2b590a2123848e496652 to your computer and use it in GitHub Desktop.
Save tuttelikz/3d99c18daccf2b590a2123848e496652 to your computer and use it in GitHub Desktop.
Basic template for copying and pasting into html script
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway" />
<link href="/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment