summaryrefslogtreecommitdiffstats
path: root/common/html-coverpage/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'common/html-coverpage/index.html')
-rw-r--r--common/html-coverpage/index.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/common/html-coverpage/index.html b/common/html-coverpage/index.html
new file mode 100644
index 0000000..301196d
--- /dev/null
+++ b/common/html-coverpage/index.html
@@ -0,0 +1,72 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>RTEMS - Documentation</title>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta name="created" content="11th Jan 2017 15:32" />
+ <meta name="description" content="" />
+ <meta name="keywords" content="" />
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="static/css/bootstrap.min.css" />
+ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+ <script type="text/javascript" src="static/js/jquery.min.js"></script>
+ <script type="text/javascript" src="static/js/bootstrap.min.js"></script>
+ <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+ <!--[if lt IE 9]>
+ <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+ <link rel="stylesheet" href="static/rtems/css/rtems.css" />
+ <link rel="shortcut icon" href="/static/rtems/favicon.ico" />
+ </head>
+ <body>
+ <!-- page-top -->
+ <!-- header-top -->
+ <header class="header">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3">
+ <img class="img-responsive" alt="Header logo" src="static/rtems/image/rtemslogo.png"/>
+ </div>
+ <div class="col-md-9">
+ <h1>RTEMS - Real Time Operating System</h1>
+ </div>
+ </div>
+ </div>
+ </header>
+ <!-- header-bottom -->
+ <!-- layout-top -->
+ <div id="layout">
+ <!-- current-top -->
+ <div class="container">
+ <div id="messages">
+ </div>
+ <div class="content">
+ <div id="content_inner">
+ </div>
+ </div>
+ <div id="rtems-catalogue-title"></div>
+ <div class="table-responsive">
+ <div id="rtems-catalogue">
+ <h3> No catalogue found. </h3>
+ </div>
+ </div>
+ </div>
+ <!-- Load the catalogues and generate the content -->
+ <script type="text/javascript" src="static/rtems/js/catalogue.js"></script>
+ <script> loadCatalogue('catalogue.xml'); </script>
+ <!-- current-bottom -->
+ </div>
+ <!-- layout-bottom -->
+ <!-- footer-top -->
+ <hr>
+ <footer class="footer text-center">
+ <div class="container">
+ Copyright 2017 RTEMS Project
+ </div>
+ </footer>
+ <!-- footer-bottom -->
+ <!-- page-bottom -->
+ </body>
+</html>