2024-09-06 14:52:16 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
<meta property="og:site_name" content="Arbuz?">
|
|
|
|
{{%META%}}
|
|
|
|
<link rel="stylesheet" href="/custom.css">
|
|
|
|
<link rel="stylesheet" href="/favicon.ico">
|
|
|
|
<link rel="icon" href="https://avatars.githubusercontent.com/u/61203964">
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/go.min.js"></script>
|
|
|
|
<script>
|
|
|
|
hljs.highlightAll()
|
|
|
|
</script>
|
|
|
|
<title>{{%TITLE%}}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
|
|
<b>mrkrk</b>
|
|
|
|
<a href="/">Home</a>
|
|
|
|
<a href="/projects">Projects</a>
|
|
|
|
</nav>
|
|
|
|
<main class="mc">{{%CONTENT%}}</main>
|
|
|
|
<script>
|
|
|
|
MathJax = {
|
|
|
|
tex: {
|
|
|
|
inlineMath: [
|
|
|
|
["$", "$"],
|
|
|
|
["\\(", "\\)"]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
svg: {
|
|
|
|
fontCache: "global"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|