shin-neo-lyrical-tokarev/views/layouts/main.hbs

49 lines
1.5 KiB
Handlebars
Raw Normal View History

2024-10-09 02:12:54 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Home">
<meta content="『 リリカル・トカレフ 』" property="og:site_name">
<meta property="og:type" content="website">
<meta property="og:image" content="public/images/backgrounds/shinkiheader.png">
<meta property="og:description" content="キルゼムアール">
<meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#FFAE42">
{{#if header_style}}
<link rel="stylesheet" href="{{header_style}}">
{{else}}
<link rel="stylesheet" href="/public/styles/home/header.css">
{{/if}}
<link rel="stylesheet" href="/public/styles/main.css">
<link rel="stylesheet" href="/public/styles/headeranim.css">
{{#if stylesheet}}
<link rel="stylesheet" href={{stylesheet}}>
{{/if}}
{{#if favicon}}
<link rel="icon" type="image/x-icon" href="{{favicon}}">
{{else}}
<link rel="icon" type="image/x-icon" href="/public/images/favicons/gb.png">
{{/if}}
{{#if title}}
<title>{{title}}</title>
{{else}}
<title>Lyrical Tokarev~ 世界最後の日</title>
{{/if}}
</head>
<body>
{{#if headerPartial}}
{{> (headerPartial)}}
{{else}}
{{> headers/default_header}}
{{/if}}
{{{body}}}
</body>
</html>