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.
DOM Cloud's default index.html
<!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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment