31 lines
958 B
HTML
31 lines
958 B
HTML
<!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>$title</title>
|
|
|
|
<link rel="stylesheet" href="/css/nimforum.css">
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" integrity="sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9" crossorigin="anonymous">
|
|
<link rel="icon" href="/images/favicon.png">
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=$ga"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', '$ga');
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="ROOT"></div>
|
|
|
|
<script type="text/javascript" src="/js/forum.js?t=$timestamp"></script>
|
|
</body>
|
|
</html>
|