initial commit of the files

This commit is contained in:
2024-04-21 16:34:29 +02:00
commit e96483ca48
20 changed files with 576 additions and 0 deletions

38
pages/blog.html Normal file
View File

@@ -0,0 +1,38 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>~Blog of a French coder~</title>
<link rel="stylesheet" type="text/css" href="../css/styles.css"/>
</head>
<body>
<div class="header">
<a href="/">
<a href="../index.html"><img alt="Spike" src="../images/spike.jpg" id="spike"></a>
</a>
<div class="menu">
<a href="blog.html">the blog</a>
<a href="//github.com/ALittlePatate">github</a>
<a href="../pgp/key.txt">pgp key</a>
</div>
</div>
<p>In this section of the website you can read the random stuff i post from time to time, i will prob not update the style.css for the programming related ones because it's more readable.</p>
<h2>The articles</h2>
<!--Articles-->
<ul>
<li><a href="reversing_vac_winapi_hooks.html" class="article">reversing VAC's WinApi hooks</a></li>
<li><a href="insecure_mode_bypass.html" class="article">-insecure mode bypass in CS:GO</a></li>
</ul>
<footer id="foot">
<script type="text/javascript">
document.write('<img id="foot" src="https://counter.websiteout.net/compte.php?S=patate.dev&C=2&D=8&N=0&M=0" alt="" border="0"/>');
</script>
<a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a>
<img alt="" src="../images/footer/internet-privacy.gif" />
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>
</footer>
</body>
</html>