This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/php/header.php

14 lines
621 B
PHP
Raw Normal View History

2022-11-23 10:58:43 +01:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/main.css">
2023-04-10 00:32:58 +02:00
<link rel="icon" type="image/x-icon" href="/img/favicon.svg">
2022-11-23 10:58:43 +01:00
</head>
<body>
<div class="navbar">
2023-04-19 16:25:58 +02:00
<span>speedie's page <a href="https://speedie.site">Home</a> <a href="/project-list.php">Projects</a> <a href="/blog.php">Blog</a> <a href="https://git.speedie.site">Git</a> <a href="https://wiki.speedie.site">Wiki</a> <a href="/donate.php">Donate</a> <a href="/dir.php">Directory Listing</a></span>
2022-11-23 10:58:43 +01:00
</div>
<div class="content">