lockbox-web/php/header.tpl.php

19 lines
410 B
PHP
Raw Permalink Normal View History

2020-04-14 18:50:58 +00:00
<!DOCTYPE html>
<html>
<head>
<title><?= MSG_TITLE ?></title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="container">
<div class="titlebar">
<img src="img/logo.png" alt="logo" class="logo">
<h1 class="title"><?= MSG_TITLE ?></h1>
<div style="clear:both"></div>
</div>