Skip to content

Instantly share code, notes, and snippets.

@TravisL12
Created February 18, 2022 06:51
Show Gist options
  • Save TravisL12/1f81a04dd8dda8d07d197b5fd691c7b3 to your computer and use it in GitHub Desktop.
Save TravisL12/1f81a04dd8dda8d07d197b5fd691c7b3 to your computer and use it in GitHub Desktop.
Beginner Skeleton project
console.log("hey there!");
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<title>skel</title>
</head>
<body>
Welcome to the "skel" project
</body>
<script src="application.js"></script>
</html>
body {
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment