Untitled
unknown
javascript
3 years ago
716 B
4
Indexable
` <!DOCTYPE html> <html> <head> <title>Y do U 🖤 2 code</title> <meta charset="UTF-8"> <style> .container { max-width: 500px; display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding-top: 100px; } p { font-family: sans-serif; font-size: 90px; margin: 0; } img { width: 512px; margin-top: 50px; } </style> </head> <body> <div class="container"> <p><font color="red">Y</font> do<br>U 🖤<br>2 code</p> <img src="https://code.s3.yandex.net/web-code/code.gif" alt="my code"> </div> </body> </html> `
Editor is loading...