website/views/layouts/main.handlebars

41 lines
2.2 KiB
Handlebars

<!DOCTYPE html>
<html>
<head>
<!-- general -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- windows/ios/chrome -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="application-name" content="Pretendo">
<meta name="msapplication-TileColor" content="#673AB7">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
<link rel="manifest" href="/assets/images/site.webmanifest">
<meta name="theme-color" content="#673db6">
<!-- open graph/embeds -->
<meta property="og:title" content="Pretendo Network">
<meta property="og:escription" content="Pretendo is a as close as possible recreation of the original Nintendo Network for 3ds and Wiiu. It is an replacement for if the original servers shut down.">
<meta property="og:type" content="website">
<meta property="og:url" content="http://pretendo.network/">
<meta property="og:image" content="http://pretendo.network/assets/og_image.png">
<meta property="og:image:alt" content="Pretendo logo">
<meta property="og:site_name" content="Pretendo">
<!-- google seo -->
<meta name="description" content="Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity.">
<meta name="robots" content="index, follow">
<!-- favicon -->
<link rel="shortcut icon" href="/assets/images/favicon.ico"><title>Pretendo</title>
<!-- css files -->
<link rel="stylesheet" href="/main.css">
<!-- favicon -->
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head>
<body>
{{{ body }}}
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.0.2/chart.min.js"></script>
<script src="/charts.js"></script>
</body>
</html>