Created
November 16, 2023 22:07
-
-
Save willnode/0efb7e2d70a2a8005c690d887d0cdb8a to your computer and use it in GitHub Desktop.
Revisions
-
willnode created this gist
Nov 16, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Welcome!</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { text-align: center; font-family: "Segoe UI", Roboto, sans-serif; } img { width: 200px; } blockquote { color: gray; } </style> </head> <body> <img src="//images.unsplash.com/photo-1465153690352-10c1b29577f8?auto=format&fit=crop&w=358&q=80" title="Quack!" alt="Duck Image from Unsplash" /> <h1>Hello, World!</h1> <p> You have created a host in <script>document.write(location.host);</script>! Now you can edit this file using Portal. Happy coding! </p> <blockquote>DOM Cloud</blockquote> </body> </html>