Created
June 17, 2021 20:34
-
-
Save Joshix-1/4cecc60de188d4f888a92d29c13ad644 to your computer and use it in GitHub Desktop.
This file contains 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 characters
<!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