randomcharacter/root/base.tt

16 lines
382 B
Plaintext

<!doctype html>
<html>
<head>
<title>[% title %]</title>
<link href="https://foxiepa.ws/assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://foxiepa.ws/assets/css/foxiepaws.css" rel="stylesheet" />
<link href="https://foxiepa.ws/assets/css/index.css" rel="stylesheet" />
</head>
<body>
<div class="container">
[% content %]
</div>
</body>
</html>