38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400&display=swap" rel="stylesheet">
|
|
<script src="https://cdn.tailwindcss.com/3.3.7"></script>
|
|
<script>
|
|
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
fontFamily: {
|
|
'sans': ['"Source Sans 3"'],
|
|
},
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<title>Meow</title>
|
|
</head>
|
|
|
|
<body class="flex flex-row my-8">
|
|
<nav class="my-8 ml-16 text-xl">
|
|
<div class="flex flex-row">
|
|
<ul class="flex flex-col mr-6">
|
|
<li class="p-1 w-max"><a href="../index.html">Blog</a></li>
|
|
<li class="p-1 w-max"><a href="index.html">Portfolio</a></li>
|
|
<li class="p-1 w-max"><a href="index.html">À Propos de moi</a></li>
|
|
</ul>
|
|
<span class="after:content-[''] after:w-[1px] after:bg-black after:my-2 after:h-4/5 after:block"></span>
|
|
</div>
|
|
</nav>
|
|
<main class="my-8 ml-24 mr-[38rem]">
|