-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
14 lines (14 loc) · 1.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home | rxi</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.45">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<a class="logo" href="index.html"></a>
<h1 class="title">Home</h1>
<div class="posts"><div class="post_item"><span class="post_date">2024.10.13</span> <span class="post_title"><a href="a_simple_serialization_system.html">A Simple Serialization System</a></span></div><div class="post_item"><span class="post_date">2021.03.07</span> <span class="post_title"><a href="textbox_behaviour.html">Textbox Behaviour</a></span></div><div class="post_item"><span class="post_date">2020.08.29</span> <span class="post_title"><a href="level_generation_using_markov_chains.html">Level Generation Using Markov Chains</a></span></div><div class="post_item"><span class="post_date">2020.06.23</span> <span class="post_title"><a href="a_simple_undo_system.html">A Simple Undo System</a></span></div><div class="post_item"><span class="post_date">2020.06.04</span> <span class="post_title"><a href="lite_an_implementation_overview.html">Lite: An Implementation Overview</a></span></div><div class="post_item"><span class="post_date">2020.04.11</span> <span class="post_title"><a href="microui_v2_an_implementation_overview.html">Microui v2: An Implementation Overview</a></span></div><div class="post_item"><span class="post_date">2020.04.02</span> <span class="post_title"><a href="cached_software_rendering.html">Cached Software Rendering</a></span></div></div>
</body>
</html>