21 lines
446 B
HTML
21 lines
446 B
HTML
|
|
<a href="index.html">home</a>
|
|
<style>
|
|
p {
|
|
background-image: url('logo(1).png');
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="fun.css">
|
|
<p>if you want to send me stuf fill this out</p>
|
|
<form name="contact" netlify>
|
|
<p>
|
|
<label>Name <input type="text" name="name" /></label>
|
|
</p>
|
|
<p>
|
|
<label>Email <input type="email" name="email" /></label>
|
|
</p>
|
|
<p>
|
|
<button type="submit">Send</button>
|
|
</p>
|
|
</form>
|