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
2022-11-23 11:11:03 +01:00

13 lines
579 B
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">
</head>
<body>
<div class="navbar">
<span>speedie.gq | <a href="/index.php">Home</a> <a href="/projects.php">Projects</a> <a href="/blog.php">Blog</a> <a href="/guides.php">Guides</a> <a href="mailto:speedie@duck.com">Email</a> <a href="https://codeberg.org/speedie/dotfiles">Dotfiles</a> <a href="/donate.php">Donate</a> <a href="/rss.xml">RSS</a></span>
</div>
<div class="content">