node-gotapi
Version:
The node-gotapi is a Node.js implementation of the Generic Open Terminal API Framework (GotAPI) developed by the Open Mobile Alliance (OMA).
57 lines (53 loc) • 1.61 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>node-gotapi</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- style -->
<style>
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 35px;
background-color: #f5f5f5;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
.footer > .container .text-muted {
margin: 10px 0;
font-size: 80%;
}
</style>
</head>
<body>
<div class="jumbotron">
<div class="container">
<h1>node-gotapi</h1>
<p>The node-gotapi is a Node.js implementation of the Generic Open Terminal API Framework (GotAPI) 1.1 developed by the Open Mobile Alliance (OMA).</p>
</div>
</div>
<div class="container theme-showcase" role="main" id="main-wrapper">
<ul>
<li><a href="./tutorials/helloworld.html">Hello World</a>
<li><a href="./tutorials/simpleclock.html">Simple Clock</a>
<li><a href="./tutorials/lightemulator.html">Light Emulator</a>
</ul>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">Copyright © 2017 Futomi Hatano, Code licensed MIT</p>
</div>
</footer>
</body>
</html>