Skip to content

Instantly share code, notes, and snippets.

@willnode
Created November 16, 2023 22:07
Show Gist options
  • Save willnode/0efb7e2d70a2a8005c690d887d0cdb8a to your computer and use it in GitHub Desktop.
Save willnode/0efb7e2d70a2a8005c690d887d0cdb8a to your computer and use it in GitHub Desktop.

Revisions

  1. willnode created this gist Nov 16, 2023.
    33 changes: 33 additions & 0 deletions index.html
    Original 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>