-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lemon's site</title>
<link rel="stylesheet" href="./style.css">
<!-- <link rel="stylesheet" href="./hljsdefault.min.css">
<script src="./hljs.min.js"></script>
<script>hljs.highlightAll();</script> -->
</head>
<body>
<h1>lemon's site</h1>
<p>Hi, I'm lemon! I like compilers, videogames and low level programming among
other things. I do stuff sometimes. Occasionally I might share some of that
stuff here.</p>
<h3>Projects</h3>
<ul>
<li><a href="https://github.com/lemon32767/ccleste">ccleste (PICO-8 Celeste C source port)</a></li>
<li><a href="./mips.html">Online MIPS assembler/disassembler (incomplete)</a></li>
<li><a href="./ootfname.html">Filename decoding tool for Ocarina of Time/Majora's Mask speedrunners</a></li>
</ul>
<h3>Other things</h3>
<p><a href="https://github.com/lemon32767/">GitHub, other miscellanous projects</a></p>
<p><a href="https://www.youtube.com/channel/UCoZ8JbiXlq_Zh0DGvaGRTDQ">YouTube, SM64 TASes</a></p>
<p><img src="./pommy.png" alt="pommy" /></p>
</body></html>