index.html
author indvd00m (gotoindvdum[at]gmail[dot]com)
Fri, 04 Jul 2014 16:42:41 +0400
changeset 0 ba8ab09f730e
child 1 6e5db41ab9b9
permissions -rw-r--r--
First home page
indvd00m@0
     1
<!DOCTYPE html>
indvd00m@0
     2
<html lang="en">
indvd00m@0
     3
  <head>
indvd00m@0
     4
    <meta charset="utf-8">
indvd00m@0
     5
    <title>indvd00m's homepage</title>
indvd00m@0
     6
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
indvd00m@0
     7
    <meta name="description" content="">
indvd00m@0
     8
    <meta name="author" content="indvd00m">
indvd00m@0
     9
indvd00m@0
    10
    <!-- Le styles -->
indvd00m@0
    11
    <link href="css/bootstrap.css" rel="stylesheet">
indvd00m@0
    12
    <style type="text/css">
indvd00m@0
    13
      body {
indvd00m@0
    14
        padding-top: 60px;
indvd00m@0
    15
        padding-bottom: 40px;
indvd00m@0
    16
      }
indvd00m@0
    17
    </style>
indvd00m@0
    18
    <link href="css/bootstrap-responsive.css" rel="stylesheet">
indvd00m@0
    19
    <link href="css/docs.css" rel="stylesheet">
indvd00m@0
    20
    <link href="js/google-code-prettify/prettify.css" rel="stylesheet">
indvd00m@0
    21
indvd00m@0
    22
    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
indvd00m@0
    23
    <!--[if lt IE 9]>
indvd00m@0
    24
      <script src="js/html5shiv.js"></script>
indvd00m@0
    25
    <![endif]-->
indvd00m@0
    26
indvd00m@0
    27
    <!-- Fav and touch icons -->
indvd00m@0
    28
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
indvd00m@0
    29
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
indvd00m@0
    30
      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
indvd00m@0
    31
                    <link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
indvd00m@0
    32
                                   <link rel="shortcut icon" href="ico/favicon.png">
indvd00m@0
    33
  </head>
indvd00m@0
    34
indvd00m@0
    35
  <body>
indvd00m@0
    36
indvd00m@0
    37
    <div class="navbar navbar-inverse navbar-fixed-top">
indvd00m@0
    38
      <div class="navbar-inner">
indvd00m@0
    39
        <div class="container">
indvd00m@0
    40
          <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
indvd00m@0
    41
            <span class="icon-bar"></span>
indvd00m@0
    42
            <span class="icon-bar"></span>
indvd00m@0
    43
            <span class="icon-bar"></span>
indvd00m@0
    44
          </button>
indvd00m@0
    45
          <a class="brand" href="#">Homepage</a>
indvd00m@0
    46
          <div class="nav-collapse collapse">
indvd00m@0
    47
            <ul class="nav">
indvd00m@0
    48
              <li class="active"><a href="#">Home</a></li>
indvd00m@0
    49
              <li><a href="#about">About</a></li>
indvd00m@0
    50
              <li><a href="#contact">Contact</a></li>
indvd00m@0
    51
            </ul>
indvd00m@0
    52
          </div><!--/.nav-collapse -->
indvd00m@0
    53
        </div>
indvd00m@0
    54
      </div>
indvd00m@0
    55
    </div>
indvd00m@0
    56
indvd00m@0
    57
    <div class="container">
indvd00m@0
    58
indvd00m@0
    59
      <!-- Main hero unit for a primary marketing message or call to action -->
indvd00m@0
    60
indvd00m@0
    61
		<div class="container">
indvd00m@0
    62
indvd00m@0
    63
		  <h1>Welcome</h1>
indvd00m@0
    64
		  <p>This is my home page.</p>
indvd00m@0
    65
		  <p><a href="files" class="btn">Files</a></p>
indvd00m@0
    66
		  <p><a href="rutorrent" class="btn">Rutorrent web interface</a></p>
indvd00m@0
    67
		  <p><a href="hg-public" class="btn">Public HG repository</a></p>
indvd00m@0
    68
		  <p><a href="hg" class="btn">Private HG repository</a></p>
indvd00m@0
    69
		  <p><a href="hg-ineka" class="btn">INEKA HG repository</a></p>
indvd00m@0
    70
indvd00m@0
    71
		</div> <!-- /container -->
indvd00m@0
    72
indvd00m@0
    73
		<div class="container">
indvd00m@0
    74
indvd00m@0
    75
		  <h1>Contacts</h1>
indvd00m@0
    76
		  <p>Email: gotoindvdum [at] gmail [dot] com</p>
indvd00m@0
    77
indvd00m@0
    78
		</div> <!-- /container -->
indvd00m@0
    79
indvd00m@0
    80
      <hr>
indvd00m@0
    81
indvd00m@0
    82
      <footer>
indvd00m@0
    83
        <p>&copy; indvd00m 2014</p>
indvd00m@0
    84
      </footer>
indvd00m@0
    85
indvd00m@0
    86
    </div> <!-- /container -->
indvd00m@0
    87
indvd00m@0
    88
    <!-- Le javascript
indvd00m@0
    89
    ================================================== -->
indvd00m@0
    90
    <!-- Placed at the end of the document so the pages load faster -->
indvd00m@0
    91
    <script src="js/jquery.js"></script>
indvd00m@0
    92
    <script src="js/bootstrap-386.js"></script>
indvd00m@0
    93
    <script src="js/bootstrap-transition.js"></script>
indvd00m@0
    94
    <script src="js/bootstrap-alert.js"></script>
indvd00m@0
    95
    <script src="js/bootstrap-modal.js"></script>
indvd00m@0
    96
    <script src="js/bootstrap-dropdown.js"></script>
indvd00m@0
    97
    <script src="js/bootstrap-scrollspy.js"></script>
indvd00m@0
    98
    <script src="js/bootstrap-tab.js"></script>
indvd00m@0
    99
    <script src="js/bootstrap-tooltip.js"></script>
indvd00m@0
   100
    <script src="js/bootstrap-popover.js"></script>
indvd00m@0
   101
    <script src="js/bootstrap-button.js"></script>
indvd00m@0
   102
    <script src="js/bootstrap-collapse.js"></script>
indvd00m@0
   103
    <script src="js/bootstrap-carousel.js"></script>
indvd00m@0
   104
    <script src="js/bootstrap-typeahead.js"></script>
indvd00m@0
   105
indvd00m@0
   106
  </body>
indvd00m@0
   107
</html>