Skip to content

Instantly share code, notes, and snippets.

@NotStonee
Last active January 2, 2023 15:52
Show Gist options
  • Save NotStonee/a27b11f9e87883921b62c38b871315c0 to your computer and use it in GitHub Desktop.
Save NotStonee/a27b11f9e87883921b62c38b871315c0 to your computer and use it in GitHub Desktop.
Skeleton of html copy and paste it into you editor to make coding faster
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link href="style.css" rel="stylesheet">
<script src="script.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment