20 lines
450 B
HTML
20 lines
450 B
HTML
<html>
|
|
|
|
<head>
|
|
|
|
<p>hi thia ia my wed sit it is stil in bebvelipment</p>
|
|
|
|
<p> ant this uis </p>
|
|
<img src="logo (1).png" alt="ok.png ">
|
|
<P>this is my new logo is is cool?</P>
|
|
<a href="https://github.com/mileswolfallen2/funforyou"target="_blank">fun</a>
|
|
<style>
|
|
body {
|
|
background-image: url('logo(1).png');
|
|
}
|
|
</style>
|
|
<p>hi </p>
|
|
<p>so this is for fun but this is not ok </p>
|
|
</head>
|
|
|
|
</html> |