Skip to content

Instantly share code, notes, and snippets.

@and-rom
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save and-rom/0b0488a810311df9d23e to your computer and use it in GitHub Desktop.

Select an option

Save and-rom/0b0488a810311df9d23e to your computer and use it in GitHub Desktop.
HTML5 Skeleton template
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript"></script>
<style type="text/css"></style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment