Skip to content

Instantly share code, notes, and snippets.

@seriwb
Created March 28, 2015 15:27
Show Gist options
  • Save seriwb/9e55b84d07e834486283 to your computer and use it in GitHub Desktop.
Save seriwb/9e55b84d07e834486283 to your computer and use it in GitHub Desktop.
HTML template for HTML5.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HTML Sample</title>
<link href="css/wb.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript">
$(function() {
});
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment