feat: trying again

This commit is contained in:
Vitor Gonçalves 2023-06-25 23:33:03 -03:00
parent c02cb64d74
commit 83c0122098
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
2 changed files with 15 additions and 14 deletions

14
header.html Normal file
View File

@ -0,0 +1,14 @@
<head>
<meta charset="UTF-8">
<title>~vitorg</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header class="block" class="text">
<h1><a href="/">~vitorg</a></h1>
<nav>
<a href="/about">about me</a>
<a href="/blog">blog</a>
<a href="/tinylog">tinylog</a>
</nav>
</header>

View File

@ -1,19 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>~vitorg</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header class="block" class="text">
<h1><a href="/">~vitorg</a></h1>
<nav>
<a href="/about">about me</a>
<a href="/blog">blog</a>
<a href="/tinylog">tinylog</a>
</nav>
</header>
<!---#include file="header.html"--->
<article class="block">
<div class="text">