- Contents in this wiki are for entertainment purposes only
Retro Code: Difference between revisions
Jump to navigation
Jump to search
Hello World Explosion with Rainbow
XenoEngineer (talk | contribs) (Created page with ";<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hello World Explosion with Rainbow</title> <style> body { margin: 0; padding: 0; height: 100vh; display: flex; justify-content: center; align-items: center; font-family: Arial, sans-serif; overflow: hidden;...") |
XenoEngineer (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
;<! | <p style="background-color:azure; border:1px outset azure; padding:0 20px; max-width:860px; margin:0 auto; "> | ||
<html | <div id="message">Hello World! ... World? Are you there?</div> | ||
</p> | |||
<html> | |||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
Line 46: | Line 48: | ||
</head> | </head> | ||
<body> | <body> | ||
<script> | <script> |
Revision as of 13:34, 8 July 2024
Hello World! ... World? Are you there?