mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-11 07:54:55 -05:00
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
<!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" %} |