Skip to content

Instantly share code, notes, and snippets.

@nosajhpled
Last active January 9, 2019 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosajhpled/5937b52493b645e036f8408d1d9952b8 to your computer and use it in GitHub Desktop.
Save nosajhpled/5937b52493b645e036f8408d1d9952b8 to your computer and use it in GitHub Desktop.
Default HTML Code Template
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="" content="">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="?v=1.0">
<style type="text/css">
</style>
</head>
<body>
<label for="" class="">button, checkbox, color, date, datetime-local, email, file, hidden, image, month, number, password, radio, range, reset, search, submit, tel, text, time, url, week</label>
<input alt="" type="" id="" name="" class="" placeholder="" value="" required autofocus>
<!-- Keep all JS at bottom -->
<script defer="true" async="true" src="?v=1.0"></script>
<script type="text/javascript">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment