HummingBirdAnimeClient/app/views/header.php

7 lines
193 B
PHP
Raw Normal View History

2015-05-22 12:36:26 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<title><?= $title ?></title>
<link rel="stylesheet" href="/public/css/marx.css" />
<link rel="stylesheet" href="/public/css/base.css" />
</head>