mirror of
https://github.com/grey-cat-1908/website.git
synced 2024-11-11 18:57:26 +03:00
47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta property="og:site_name" content="Arbuz?"/>
|
|
|
|
{{%META%}}
|
|
|
|
<link rel="stylesheet" href="/custom.css">
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css">
|
|
<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 src="/javascript/navbar.js" async=""></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>
|