ok
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 30s

This commit is contained in:
2025-08-24 14:08:43 +02:00
parent 6de9533a18
commit d362343f02
4 changed files with 8 additions and 6 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -9,14 +9,16 @@
</head> </head>
<body> <body>
<div class="header"> <div class="header">
<h1> <img src="/img/logo.png"><h1>
beppe.online beppe.online
</h1> </h1></img>
</div> </div>
{% include nav.html %} <div class="container">
<div class="content"> {% include nav.html %}
{{ content }} <div class="content">
{{ content }}
</div>
{% include footer.html %}
</div> </div>
{% include footer.html %}
</body> </body>
</html> </html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 267 KiB

BIN
img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB