initial commit
This commit is contained in:
commit
442e2dd05e
10 changed files with 313 additions and 0 deletions
36
projects/index.html
Normal file
36
projects/index.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../static/style.css">
|
||||
<title>Projects — blog</title>
|
||||
<body>
|
||||
<header>
|
||||
<h1>blog</h1>
|
||||
<nav>
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="../">Welcome</a></li>
|
||||
|
||||
<li><a href="../blog/">Blog</a></li>
|
||||
|
||||
<li class="active"><a href="../projects/">Projects</a></li>
|
||||
|
||||
<li><a href="../about/">About</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="page">
|
||||
|
||||
<h2>Projects</h2>
|
||||
<p>This is a list of the projects:</p>
|
||||
<ul>
|
||||
<li>Project 1</li>
|
||||
<li>Project 2</li>
|
||||
<li>Project 3</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
© Copyright 2019 by ungleich.
|
||||
</footer>
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue