Added favicon.

This commit is contained in:
天クマ 2025-10-26 18:29:26 -03:00
commit 3f5d90b8ae
14 changed files with 73 additions and 61 deletions

15
_includes/skeleton.njk Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/assets/styles.css" media="screen">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if name %}{{ name }} - {% endif %}neoBeta</title>
</head>
<body>
<div id="everythingHelper">
{% include "header.njk" %}
{{ content | safe }}
</div>
</body>
</html>