Skip to content

Instantly share code, notes, and snippets.

@johnrichardrinehart
Created May 9, 2023 11:14
Show Gist options
  • Save johnrichardrinehart/8b6d84b61c09e84fdc70d94b23cb6ada to your computer and use it in GitHub Desktop.
Save johnrichardrinehart/8b6d84b61c09e84fdc70d94b23cb6ada to your computer and use it in GitHub Desktop.
HTML Skeleton
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>Page Title</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="">
<style>
</style>
<script src=""></script>
<body>
<img src="img_la.jpg" alt="LA" style="width:100%">
<div class="">
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</div>
</body>
<script src="./index.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment