Skip to content

Instantly share code, notes, and snippets.

@akosnikhazy
Forked from taniarascia/index.html
Created April 19, 2022 08:16
Show Gist options
  • Save akosnikhazy/3a145d672dff3ee6ace1ad0f9b083915 to your computer and use it in GitHub Desktop.
Save akosnikhazy/3a145d672dff3ee6ace1ad0f9b083915 to your computer and use it in GitHub Desktop.
HTML Skeleton file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<p>Hello, world!</p>
<script src="js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment