1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<!--
Copyright (c) 2015 Owner T. Site.
All rights reserved.
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="pronovic@debian.org" />
<meta name="keywords" content="Debian, GNU/Linux, continous integration, Jenkins" />
<meta name="description" content="This is the big interesting index page" />
<title>Index Page</title>
</head>
<body id="home">
<div id="container">
<div id="intro">
<div id="pageHeader">
<h1><span>Debian GNU/Linux</span></h1>
<h2><span>Continuous Integration Testing</span></h1>
</div>
<ol id="navigation">
<li id="nav-home"><a href="index.html" title="Home" accesskey="h"><span class="accesskey">H</span>ome</a></li>
<li id="nav-debian"><a href="debian.html" title="Debian" accesskey="d"><span class="accesskey">D</span>ebian</a></li>
</ol>
</div>
<div id="supportingText">
<div id="contentHeader">
<h1><span>Let's Hope This Works</span></h1>
</div>
<div id="explanation">
<p>
This is the main index page for the GTML unit tests.
</p>
<p>
All these tests do is make sure that we can actually generate
HTML based on GTML input files. It's a very simple smoke test.
<p>
<p>
The goal is to have this test running regularly at the
<a href="http://ci.debian.net/">Debian Continuous Integration</a>
Jenkins instance.
</p>
</div> <!-- explanation -->
</div> <!-- supportingText -->
<div id="footer">
<div id="pageFooter">
Copyright © 2015 Owner T. Site. All Rights Reserved.<br/>
</div>
</div>
</div> <!-- container -->
</body>
</html>
|