Skip to content

Commit 0e1d6f4

Browse files
mkay
1 parent efacecf commit 0e1d6f4

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

index.html

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,41 @@
11
<!DOCTYPE html>
22
<html>
3+
<head>
4+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata" type="text/css">
5+
<style>
6+
.middle-road {
7+
text-align: center;
8+
}
9+
.lefty-batter {
10+
margin-top: 2%;
11+
margin-left: 20%;
12+
}
13+
.left-inside {
14+
margin-left: 25%;
15+
}
16+
body {
17+
font-family: 'Inconsolata';font-size: 22px;
18+
}
19+
hr {
20+
margin-left: 20%;
21+
margin-right: 20%;
22+
}
23+
</style>
24+
<title>Steve Roderick</title>
25+
</head>
326
<body>
4-
<h1>Hello World</h1>
5-
<p>.</p>
27+
<h1 class="middle-road">Steve Roderick</h1>
28+
<h2 class="middle-road">&gt; On Software</h2>
29+
30+
<hr>
31+
32+
<h2 class="lefty-batter">Listing</h2>
33+
<p class="lefty-batter"><b>* Stochastic Malloc</b>
34+
<div class="left-inside">
35+
A wrapper around malloc that stochastically fails. <br>
36+
Sometimes you want to see what will happen when your program(s) run(s) out of memory.
37+
</div>
38+
</p>
39+
<p class="lefty-batter">*** TBD...</p>
640
</body>
7-
</html>
41+
</html>

0 commit comments

Comments
 (0)