blob: a3e88e1a13d7ea89f622d875c3d7f23a4d1d1906 (
plain)
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
|
<!doctype html>
<html lang="en">
<head>
<title>Mark's Kitchen - Essay</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
</head>
<body>
<div class="container">
<br>
<h1>Essay</h1>
<div class="card">
<div class="card-body">
<p class="card-text">
When digging through generated assembly code, some strange numbers showed
up. This essay briefly explains what was going on.
</p>
<a href="essay/magic-division.html" class="btn btn-primary">Read</a>
</div>
</div>
</div>
</body>
</html>
|