-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 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
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS for GitHub Markdown library -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.9.0/github-markdown.min.css">
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0px;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
<head>
<link rel="shortcut icon" href="TacoOper.png">
<title>tacooper</title>
</head>
<body>
<article class="markdown-body">
<h1>Games</h1>
<a href="./aliases.html">Aliases</a>
- a localized edition of the popular "Codenames" game
<br>
<a href="./carbon.html">Carbon</a>
- an experiment in diamonds and dirt
<h1>Tools</h1>
<a href="./packet-decoder.html">Packet Decoder</a>
- a tool for decoding arbitrary packet sub-fields
</article>
</body>
</html>