Skip to content

Instantly share code, notes, and snippets.

@Joshix-1
Created June 17, 2021 20:35
Show Gist options
  • Save Joshix-1/53fa9219b62f30f08fc05d75f0b35892 to your computer and use it in GitHub Desktop.
Save Joshix-1/53fa9219b62f30f08fc05d75f0b35892 to your computer and use it in GitHub Desktop.

Revisions

  1. Joshix-1 created this gist Jun 17, 2021.
    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>
    <title>I use arch btw.</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>