mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 23:56:46 +08:00
70 lines
2.3 KiB
HTML
70 lines
2.3 KiB
HTML
<!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="@VER_DATE@" />
|
|
<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">
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
<script type="text/javascript" src="static/js/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="static/css/bootstrap.min.css" media="screen"/>
|
|
<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 id="rtems-catalogue"><h3> No catalogue found. </h3></div>
|
|
</div>
|
|
<!-- Load the catalogues and generate the content -->
|
|
<script type="text/javascript" src="static/rtems/js/catalogue.js"></script>
|
|
<script type="text/javascript" src="coverpage.js"></script>
|
|
<script> coverPageCatalogue(); </script>
|
|
<!-- current-bottom -->
|
|
</div>
|
|
<!-- layout-bottom -->
|
|
<!-- footer-top -->
|
|
<hr>
|
|
<footer class="footer text-center">
|
|
<div class="container">
|
|
© Copyright 1988, @COPYRIGHT_YEAR@ RTEMS Project and contributors.
|
|
</div>
|
|
</footer>
|
|
<!-- footer-bottom -->
|
|
<!-- page-bottom -->
|
|
</body>
|
|
</html>
|