Skip to content

Instantly share code, notes, and snippets.

@Joshix-1
Created June 17, 2021 20:34
Show Gist options
  • Save Joshix-1/4cecc60de188d4f888a92d29c13ad644 to your computer and use it in GitHub Desktop.
Save Joshix-1/4cecc60de188d4f888a92d29c13ad644 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<meta property="og:title" content="Hi :)" />
<meta property="og:description" content="I use arch btw." />
<meta property="og:type" content="website" />
<style>
html {
background-color: #000;
color: #1793d1;
}
center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
</style>
</head>
<body>
<center>
I use arch btw.
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment