-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 894 Bytes
/
index.html
File metadata and controls
31 lines (27 loc) · 894 Bytes
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
<html>
<head>
<title>Eltima Port Virtualization Technology</title>
<description>The main case studies of Port Virtualization Technology implementation - Serial nad USB port Redirection Challenge</description>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Eltima Port Virtualization Technology integration tips</h1>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:doriss.lane@gmail.com">email</a></li>
<li><a href="https://github.com/eltima-software">github.com/eltima-software/EPVT</a></li>
</ul>
</footer>
</body>
</html>