1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 05:37:47 +00:00
Havana/tools/www-tpl/default-en/housekeeping/base/header.tpl
2022-09-04 10:33:18 +10:00

14 lines
No EOL
480 B
Smarty

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>{{ site.siteName }}: {{ pageName }}</title>
<link href="{{ site.sitePath }}/public/hk/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ site.sitePath }}/public/hk/css/simple-sidebar.css" rel="stylesheet">
</head>