-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.html
32 lines (32 loc) · 1.25 KB
/
apps.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
<html>
<head>
<title>e</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans">
<style>
body {
font-family: "Open Sans";
background-color:#36393f;
color: #ffffff;
max-width: 69420ex;
text-align: center;
}
.link {
color: #2f8aee;
}
</style>
</head>
<body>
<div>
<h1><strong >Apps</strong></h1>
<p><a href="/benchmarks" class="link">Benchmarks</a> <a href="/apps" class="link">Apps</a> <a href="/" class="link">Home</a> <a href="/gcstats" class="link">Geocaching Stats</a></p>
<hr></div>
<p>Here is a list of the apps that I have made.</p>
<p><a href="https://github.com/BubbaJuice/Conversions" class="link">Conversions</a> - An app for converting temperature. </p>
<p><a href="https://github.com/BubbaJuice/SightWords" class="link">Sight Words</a> - An app for learning sight words.</p>
<hr>
</body>
</html>