-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
44 lines (43 loc) · 1.86 KB
/
links.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/default.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>syntax76@GitHub - Links</title>
<!-- InstanceEndEditable -->
<style type="text/css" media="all">
@import url("/style/default.css");
</style>
<style type="text/css" media="screen">
@import url("/style/screen.css");
</style>
<!-- InstanceBeginEditable name="head" -->
<meta name="Description" content="links to other pages from me" />
<meta name="keywords" content="links, link, company, profile, GitHub," />
<!-- InstanceEndEditable -->
<!-- InstanceParam name="subpage_headline" type="boolean" value="true" -->
</head>
<body>
<div id="headline">syntax76@GitHub - <!-- InstanceBeginEditable name="headlineAddOn" -->Links<!-- InstanceEndEditable --></div>
<div id="nav">
<ul>
<li class="navItem"><a href="/index.html" title="Start Page">Start</a></li>
<li class="navItem"><a href="/gists.html" title="Gists">Gists</a></li>
<li class="navItem"><a href="/repositorys.html" title="Public Repositorys">Repositorys</a></li>
<li class="navInfoItem"><a href="/links.html" title="Links">Links</a></li>
</ul>
</div>
<div id="content"><!-- InstanceBeginEditable name="content" -->
<h2>Links</h2>
<ul>
<li><a href="https://github.com/syntax76" target="_blank">My GitHub Profile</a></li>
<li> My Company
<ul>
<li><a href="https://github.com/Alexander-Hermann-BSD" target="_blank">My Companys GitHub Profile</a></li>
<li><a href="http://www.hermann-bsd.de" target="_blank">My Companys Homepage</a> (german)</li>
</ul>
</li>
</ul>
<!-- InstanceEndEditable --></div>
</body>
<!-- InstanceEnd --></html>