You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
889 B
34 lines
889 B
<!doctype html> |
|
<meta charset="utf-8"> |
|
<link rel="stylesheet" href="./static/style.css"> |
|
<title>Welcome to Ungleich's Testing blog! — blog</title> |
|
<body> |
|
<header> |
|
<h1>blog</h1> |
|
<nav> |
|
<ul class="nav navbar-nav"> |
|
<li class="active"><a href="./">Welcome</a></li> |
|
|
|
<li><a href="./blog/">Blog</a></li> |
|
|
|
<li><a href="./projects/">Projects</a></li> |
|
|
|
<li><a href="./about/">About</a></li> |
|
|
|
</ul> |
|
</nav> |
|
</header> |
|
<div class="page"> |
|
|
|
<h2>Welcome to Ungleich's Testing blog!</h2> |
|
<p>Please be aware that this is testing area.</p> |
|
<p><img src="https://cdn.mos.cms.futurecdn.net/UpYFMoMJiXmtu7DPf8UX9U-320-80.jpg" alt=""></p> |
|
<p>Anything, can happen here :) |
|
But, hopefully nothing serious would :)</p> |
|
|
|
|
|
</div> |
|
<footer> |
|
© Copyright 2019 by ungleich. |
|
</footer> |
|
</body>
|
|
|