/pmateti/ceg4440/Internals/blank_template.html
https://gitlab.com/bithinalangot/summer_school · HTML · 87 lines · 63 code · 13 blank · 11 comment · 0 complexity · 4cd110e4d5e7464e9069d8c6cfbb2e53 MD5 · raw file
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="">
- <meta name="author" content="">
- <title>PMateti ISSISP 2016</title>
- <!-- Bootstrap Core CSS -->
- <link href="../../css/bootstrap.min.css" rel="stylesheet">
- <link href="../../css/style.css" rel="stylesheet">
- <!-- Custom CSS -->
- <style>
- body {
- padding-top: 70px;
- /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
- }
- </style>
- </head>
- <body>
- <!-- Navigation -->
- <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
- <div class="container">
- <!-- Brand and toggle get grouped for better mobile display -->
- <div class="navbar-header">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand" href="../../index.html">Prabhaker Mateti</a>
- </div>
- <!-- Collect the nav links, forms, and other content for toggling -->
- <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
- <ul class="nav navbar-nav">
- <li>
- <a href="../../android-security.html">Android Security</a>
- </li>
- </ul>
- </div>
- <!-- /.navbar-collapse -->
- </div>
- <!-- /.container -->
- </nav>
- <!-- Page Content -->
- <div class="container">
- <h1 style="text-align:center">Android Internals</h1>
- [<a href="index.html"><span class="glyphicon glyphicon glyphicon-arrow-left"></span> Back</a>]
- <br/>
- <div class="row">
- <div class="col-md-4">
- <div id="text-table-of-contents">
- <ul class="list-group">
- </ul>
- </div> <!-- table of contents -->
- </div> <!-- col-md-4 -->
- </div> <!-- row -->
- </div>
- <!-- /.container -->
- <footer class="footer">
- <div class="container">
- <div class="col-md-8 col-md-offset-4">
- <p>Copyright © 2016 | pmateti [AT] wright [DOT] edu | ISSISP 2016</p>
- </div>
- </div>
- </footer>
- <!-- jQuery Version 1.11.1 -->
- <script src="../../js/jquery.js"></script>
- <!-- Bootstrap Core JavaScript -->
- <script src="../../js/bootstrap.min.js"></script>
- </body>
- </html>