21 lines
701 B
PHP
Executable file
21 lines
701 B
PHP
Executable file
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<link rel="icon" href="http://www.zdenekborovec-dev.cz/favicon.ico">
|
|
<link rel="stylesheet" href="http://assets.zdenekborovec-dev.cz/common/styles.css?1703173954">
|
|
<title><?= isset($PageTitle) ? $PageTitle : "Zdenek Home Page"?></title>
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<div id="header">
|
|
<h1> Zdenek Borovec Home Page </h1>
|
|
<ul>
|
|
<li><a href="http://www.zdenekborovec-dev.cz">About</a></li>
|
|
<li><a href="http://www.zdenekborovec-dev.cz/blog">Blog</a></li>
|
|
<li>Gallery</li>
|
|
<li><a href="http://www.zdenekborovec-dev.cz/random">Random Tools</a></li>
|
|
</ul>
|
|
</div>
|