2017-08-17 19:25:34 -07:00

81 lines
2.2 KiB
HTML

<!DOCTYPE html>
<meta name="viewport" content="width=device-width,height=device-height">
<style>
body {
min-height:98vh;
font-family:Consolas;
font-size:14px;
}
div.main {
border:0px solid transparent;
font-family:Consolas;
font-size:14px;
padding:4px;
margin-left:auto;
margin-right:auto;
}
span.title {
font-weight:bold;
}
table, tr, td {
padding:0px;
border: 0px solid transparent;
}
td {
vertical-align:top;
}
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>
<table style="height:98vh; width:100%;">
<tr><td>
<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.html">Display Info Utility</a></li>
<li><a href="./flickerer.html">Flickering Utility (for response time testing)</a></li>
</ul>
</td></tr>
<tr><td><span class="title">Information</span>
<ul>
<li><a href="./adapters.html">Display Interfaces, Cables, and Adapters</a></li>
<li><a href="./docs.html">Display Industry Standards and Specifications Documents</a></li>
</ul>
</td></tr>
</table>
</div>
</tr></td>
<tr><td onclick="document.getElementById('profile_link').click();"style="background-color:#DDDDDD; height:32px; cursor:pointer; vertical-align:middle; padding-left:8px;"><a id="profile_link" target="_blank" href="https://linustechtips.com/main/profile/2466-glenwing/" style="color:#888888; text-decoration:none;">Glenwing</a></td></tr>
</table>
</body>
</html>