Created
April 11, 2019 01:28
-
-
Save BarryBlack/250dad69ec2e87eab0ad5941569b192c to your computer and use it in GitHub Desktop.
bJqXyV
This file contains hidden or 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
<h2>I want tattoo</h2> | |
<main> | |
<p>Click here to view more <a href="#">tattoos I do!!!</a>.</p> | |
<a href="#"><img src="https://res.cloudinary.com/webdevnz2018/image/upload/c_scale,h_281,w_281/v1553239986/tat2/zxzx.png" alt="A cute orange cat lying on its back."></a> | |
<p>Tattoos I love to do:</p> | |
<ul> | |
<li>cat nip</li> | |
<li>laser pointers</li> | |
<li>lasagna</li> | |
</ul> | |
<p>Tattoos I Hate! to do:</p> | |
<ol> | |
<li>flea treatment</li> | |
<li>thunder</li> | |
<li>other cats</li> | |
</ol> | |
<form action="/submit-cat-photo"> | |
<input type="text" placeholder="type what you want!"> | |
<button type="submit">Ask!!</button> | |
</form> | |
</main> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment