Untitled
unknown
html
2 years ago
1.0 kB
4
Indexable
bed pop <!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Of music: Bedroom pop</title> <div style="background-color: aqua"> <img style="display: block; margin-left: auto; margin-right: auto; border-radius: 10%; border-color:aquamarine; border: 10px; margin-top:auto" src="bpop.jpeg" alt="bedroom pop"> </div> <div style="text-align: center; font-family: Lucida Console, Courier New, monospace;"> <p style="text-align: center; font-weight: bold; font-size: 23px;">Bedroom pop as a genre</p> <p style="text-align: cnter;"> I sure do hate this class, I hate it so god damn much </p> </div> </head> <body> </body> </html> main <!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Of music: Menu</title> <ul style="list-style: none;"> <li> <a href="\b.html">bedroom pop</a></li> <li>Bossa Nova</li> </ul> </body> </html>
Editor is loading...