Skip to content

Instantly share code, notes, and snippets.

@zettca
Last active January 9, 2017 04:30
Show Gist options
  • Save zettca/1ba93c093ae16ce952a8 to your computer and use it in GitHub Desktop.
Save zettca/1ba93c093ae16ce952a8 to your computer and use it in GitHub Desktop.
Default index.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>TITLE</title>
<meta charset="UTF-8" content="text/html">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="DESCRIPTION GOES HERE">
<meta name="keywords" content="KEYWORD1 KEYWORD2 KEYWORD3 zettca">
</head>
<body>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css">
<link rel="stylesheet" href="res/styles.css">
<section></section>
<script src="res/scripts.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment