1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 19:28:40 -04:00
shimapan/includes/header.swig

12 lines
338 B
Plaintext
Raw Normal View History

2016-08-14 10:21:53 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{siteName}} Panel</title>
<link href="/assets/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
{% include "navbar.swig" %}