Socialify

Folder ..

Viewing about.html
43 lines (42 loc) • 1.3 KB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
      <link rel="stylesheet" href="css/animate.css">
      <script src="js/wow.js"></script>
              <script>
              new WOW().init();
              </script>
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="css/bootstrap.min.css">
      <style>
          .std {
              
              position:absolute;
              top:50%;
              left:50%;
              -ms-transform: translateX(-50%) translateY(-50%);
              -webkit-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
              
          }
      </style>
    <title>About</title>
  </head>
  <body>
    <div class="container std">
        <center>
            <img style="height: 100px;" src="img/1024x1024.png">
            <p>&emsp;</p>
            <p>BackSlash Live Chat</p>
            <small>&copy; 2018, BackSlash Linux Apps LLC.</small>
            <small>v 1.0.0</small>
        </center>
      </div>
    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="js/jquery.js"></script>
    <script src="js/popper.js"></script>
    <script src="js/bootstrap.min.js"></script>
  </body>
</html>