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.

98 lines
2.4 KiB
HTML

7 years ago
<!DOCTYPE html>
7 years ago
<meta name="viewport" content="width=device-width">
7 years ago
<style>
html,
body {
margin:0;
height:100%;
padding:0;
7 years ago
}
7 years ago
body {
font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace;
7 years ago
font-size:15px;
}
div.wrapper {
min-height:100%;
position:relative;
7 years ago
}
div.main {
7 years ago
border:0px solid transparent;
padding:16px;
padding-bottom:48px;
7 years ago
}
7 years ago
div.footer {
width:100%;
position:absolute;
7 years ago
bottom: 0;
left: 0;
vertical-align:middle;
background-color:#DDDDDD;
cursor:pointer;
}
7 years ago
span.title {
font-weight:bold;
}
7 years ago
table, tr, td {
7 years ago
padding:4px;
7 years ago
border: 0px solid transparent;
7 years ago
}
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>
7 years ago
7 years ago
<head>
<title>Display Technology Information Repository and Utilities</title>
7 years ago
</head>
7 years ago
7 years ago
<body>
<div class="wrapper">
7 years ago
<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>
7 years ago
<li><a href="./diu">Display Info Utility</a></li>
<li><a href="./flickerer">Flickering Utility (for response time testing)</a></li>
7 years ago
</ul>
</td></tr>
<tr><td><span class="title">Information</span>
<ul>
<li><a href="./docs">Display Industry Standards Archive</a></li>
7 years ago
<li><a href="./adapters">Display Interfaces, Cables, and Adapters</a></li>
7 years ago
</ul>
</td></tr>
</table>
</div>
7 years ago
<div class="footer" onclick="document.getElementById('profile_link').click();" style="padding-top:10px; padding-bottom:10px;">
<a id="profile_link" target="_blank" href="https://linustechtips.com/main/profile/2466-glenwing/" style="color:#888888; text-decoration:none; vertical-align:middle; padding:10px;">Glenwing</a>
7 years ago
</div>
</div>
7 years ago
</body>
7 years ago
</html>