Create tutorial.html

This commit is contained in:
Tenkuma 2025-11-16 10:54:01 -03:00 committed by GitHub
commit 52d4efa96c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
_layouts/tutorial.html Normal file
View file

@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>