You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
2.4 KiB
HTML

<!DOCTYPE html>
<meta name="viewport" content="width=device-width">
<style>
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
positioning:relative;
margin:0;
font-family:Consolas;
font-size:15px;
padding:10px;
padding-bottom:40px;
}
div.main {
border:0px solid transparent;
font-family:Consolas;
padding:4px;
margin-left:auto;
margin-right:auto;
}
div.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
vertical-align:middle;
background-color:#DDDDDD;
vertical-align:middle;
cursor:pointer;
padding:12px;
}
span.title {
font-weight:bold;
}
table, tr, td {
padding:4px;
border: 0px solid transparent;
}
a:link {
color:#777777;
text-decoration:none;
}
a:visited {
color:#777777;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:underline;
}
a:active {
color:#000000;
text-decoration:underline;
}
</style>
<html>
<head>
<title>Display Technology Information Repository and Utilities</title>
</head>
<body>
<div class="main">
<div style="font-weight:bold; font-size:16px;">Display Technology Information Repository and Utilities<br /><hr /></div>
<table>
<tr><td><span class="title">Utilities</span>
<ul>
<li><a href="./diu">Display Info Utility</a></li>
<li><a href="./flickerer">Flickering Utility (for response time testing)</a></li>
</ul>
</td></tr>
<tr><td><span class="title">Information</span>
<ul>
<li><a href="./adapters">Display Interfaces, Cables, and Adapters</a></li>
<li><a href="./docs">Display Industry Standards and Specifications Documents</a></li>
</ul>
</td></tr>
</table>
</div>
<div class="footer" onclick="document.getElementById('profile_link').click();">
<a id="profile_link" target="_blank" href="https://linustechtips.com/main/profile/2466-glenwing/" style="color:#888888; text-decoration:none; vertical-align:middle;">Glenwing</a>
</div>
</body>
</html>