blob: 0ca2a66f13f326741b3fd47175afd90da0007cd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="<?=ASSETS->css->main?>">
<link rel="stylesheet" href="<?=ASSETS->css->anim?>">
<?php if(isset($css)): ?>
<link rel="stylesheet" href="<?=$css?>">
<?php endif; ?>
<title><?=$title?></title>
</head>
<body>
|