Skip to content

Instantly share code, notes, and snippets.

@chaojian-zhang
Created March 6, 2022 15:53
Show Gist options
  • Save chaojian-zhang/7eff50899895425e06855b149385c3a2 to your computer and use it in GitHub Desktop.
Save chaojian-zhang/7eff50899895425e06855b149385c3a2 to your computer and use it in GitHub Desktop.
Clean empty HTML5 template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Enter Title Here</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Starter Template">
<meta name="author" content="Charles Zhang">
<link href="style.css" rel="stylesheet" />
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment