Skip to content

Instantly share code, notes, and snippets.

@dcraig327
Created March 20, 2020 08:51
Show Gist options
  • Save dcraig327/88a14be8caef671d47970153d2bb6ab4 to your computer and use it in GitHub Desktop.
Save dcraig327/88a14be8caef671d47970153d2bb6ab4 to your computer and use it in GitHub Desktop.
dream cars
<html>
<head>
<title>My Dream Cars</title>
</head>
<body>
<h1>Cars I Will Own Some Day</h1>
<h2>My Cars</h2>
<ol>
<li>Ferrari</li>
<li>Prius</li>
<li>Batmobile</li>
</ol>
<h2>Car Addons</h2>
<ul>
<li>Nitrous Oxide</li>
<li>Remote Start</li>
<li>Seat Ejector with build in jetback</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment