Skip to content
Snippets Groups Projects
index.html 1.14 KiB
<!DOCTYPE html>
<html lang="en_US">
  <!-- 
    I made this site as light as possible. Use the source if you want.
    ~jbs (https://twitter.com/lordjbs)
  -->
  <head>
    <title>jbs</title>
    <style>
      body {
        background-color:#121212;
        color:white;
      }
      .text {
        position: absolute;
        top: 39%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
      }

      .name {
        font-family: Tahoma, Geneva, sans-serif;
        font-size:70px;
      }
      .normal {
        font-family: Tahoma, Geneva, sans-serif;
        font-size:25px;
      }

      .l {
        color: #0077aa;
      }
      
    </style>
      <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

  <body> 
      <p class="text name">jbs<br> <a class="normal">i do some sh*t on the internet. <a class="normal l" href="https://github.com/lordjbs">github</a><a class="normal"> | </a><a class="normal l " href="https://owo.codes/jbs">owo.codes</a><a class="normal"> | </a><a class="normal l " href="https://keybase.io/">keybase</a></a></p>    </main>    
    </body>

</html>