Created
May 9, 2023 11:14
-
-
Save johnrichardrinehart/8b6d84b61c09e84fdc70d94b23cb6ada to your computer and use it in GitHub Desktop.
HTML Skeleton
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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