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

4 lines
130 B
PHP
Raw Normal View History

<!-- This header is included using PHP on every page. -->
<?php include 'header-meta.php';?>
<?php include 'header-navbar.php';?>