24 lines
784 B
HTML
24 lines
784 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Projects</title>
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
<link rel="icon" type="image/x-icon" href="../../../assets/favicon.ico">
|
||
|
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="description" content="">
|
||
|
<meta name="keywords" content="waffelo, jakub heger, projects, linux">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div class="c-main">
|
||
|
<a href="/index.html">Return Home</a>
|
||
|
<h2>Projects</h2>
|
||
|
<ul>
|
||
|
<li><a href="https://drgnz.club">Drgnz Club</a> - Network for open-source dragon enthusiasts</li>
|
||
|
</ul>
|
||
|
</div> <!-- c-main end -->
|
||
|
</body>
|
||
|
</html>
|