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

29 lines
1.1 KiB
PHP

<!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">
<link rel="icon" type="image/x-icon" href="/img/favicon.svg">
</head>
<body>
<div class="navbar">
<span>speedie's page
<img src="/img/home.png" width="16" height="16">
<a href="https://speedie.site">Home</a>
<img src="/img/projects.png" width="16" height="16">
<a href="/project-list.php">Projects</a>
<img src="/img/blog.png" width="16" height="16">
<a href="/blog.php">Blog</a>
<img src="/img/rss.svg" width="16" height="16">
<a href="/rss.xml">RSS</a>
<img src="/img/git.svg" width="16" height="16">
<a href="https://git.speedie.site">Git</a>
<img src="/img/chat.png" width="16" height="16">
<a href="https://matrix.speedie.site">Matrix space</a>
<img src="/img/monero.svg" width="16" height="16">
<a href="/donate.php">Donate</a>
</span>
</div>
<div class="content">