Skip to content

Instantly share code, notes, and snippets.

@INDIAN2020
Created January 9, 2013 16:41
Show Gist options
  • Save INDIAN2020/4494641 to your computer and use it in GitHub Desktop.
Save INDIAN2020/4494641 to your computer and use it in GitHub Desktop.
HTML: basic template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!--<meta http-equiv="refresh" content="2">-->
<title>refresh</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment