Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Created November 10, 2015 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindwurm/9a90f7cf28ad7eb06eee to your computer and use it in GitHub Desktop.
Save lindwurm/9a90f7cf28ad7eb06eee to your computer and use it in GitHub Desktop.
xn--l28h.neocities.org
<html>
<head>
<meta charset="UTF-8">
<title>😇</title>
<style>
html, body {
height: 100%;
margin: 0;
}
body {
background-image: url("https://upload.wikimedia.org/wikipedia/commons/c/ca/Emoji_u1f607.svg");
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
</style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment