2023-10-26 18:13:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<title @text="site.name"></title>
|
|
|
|
|
|
|
|
<meta name="generator" :content="site.generator">
|
|
|
|
|
|
|
|
<!-- styles -->
|
|
|
|
<link rel="stylesheet" href="/assets/css/main.css" webc:keep>
|
|
|
|
|
|
|
|
<!-- `defer` bucket -->
|
|
|
|
<style @raw="getBundle('css')" webc:keep></style>
|
|
|
|
<script type="module" @raw="getBundle('js')" webc:keep></script>
|
|
|
|
|
|
|
|
<!-- tracking -->
|
2023-10-29 19:14:34 +00:00
|
|
|
<script async src="https://analytics.suroh.tk/script.js" data-website-id="f24934aa-ee11-49ee-993f-a64b8df6a01c" webc:keep></script>
|
2023-10-26 18:13:03 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<nav-primary :categories="collections.categories"></nav-primary>
|
|
|
|
|
|
|
|
<template @raw="content" webc:nokeep></template>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|