78 lines
3.4 KiB
HTML
78 lines
3.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">
|
|
<link href="public/highlight-style.css" 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] w-[100%] p-4">
|
|
<h1 class="my-4">JDOSHDS</h1><h2 class="my-4">dkjsdjksla</h2><h3 class="my-4">DJIS</h3><p class="my-4"><em>dsd</em><strong>ds</strong></p><p class="my-4"><strong><em>dsds</em></strong></p><p class="my-4">dskldks <strong>dksl</strong> dskjds <em>od</em> dlakdl;as <stroke>dd</stroke> djklas ds <code>ds</code> ds</p><blockquote class="my-4">dsds <strong>HEHJKS</strong></blockquote><pre class="my-4 p-4 highlighted-base"><code><?php
|
|
|
|
<span class="highlighted-comment">// Yolo</span>
|
|
|
|
<span class="highlighted-comment">/* yo yo yo */</span>
|
|
|
|
<span class="highlighted-comment">/*
|
|
HY
|
|
dsidh */</span>
|
|
|
|
<span class="highlighted-keyword">class</span> Hey {
|
|
|
|
}
|
|
|
|
<span class="highlighted-keyword">const</span> HELLO = <span class="highlighted-string">"test"</span>;
|
|
|
|
<span class="highlighted-variable">$u</span> = 25;
|
|
|
|
<span class="highlighted-keyword">function</span> abc(<span class="highlighted-variable">int</span> <span class="highlighted-variable">$u</span> = 2, App\Test <span class="highlighted-variable">$test</span>): <span class="highlighted-variable">void</span>
|
|
{
|
|
<span class="highlighted-variable">$u</span>*7;
|
|
<span class="highlighted-keyword">return</span>;
|
|
}
|
|
|
|
<span class="highlighted-variable">$λ</span> = <span class="highlighted-keyword">fn</span> () => <span class="highlighted-string">"yolo"</span>;
|
|
<span class="highlighted-variable">$🎈</span> = <span class="highlighted-string">"balooooon"</span>;
|
|
<span class="highlighted-variable">$u_a</span> = 2;
|
|
</code></pre> </main>
|
|
<footer class="w-full fixed m-1 left-0 bottom-0 flex justify-center">
|
|
<a class="mx-1 underline" href="#">Flux RSS</a>
|
|
<span class="mx-1">•</span>
|
|
<a class="mx-1 underline" href="#">Inspirer de Sidey</a>
|
|
<span class="mx-1">•</span>
|
|
<a class="mx-1 underline" href="#">GitHub</a>
|
|
<span class="mx-1">•</span>
|
|
<a class="mx-1 underline" href="#">Instagram</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|