-
Notifications
You must be signed in to change notification settings - Fork 55
/
install.html
30 lines (30 loc) · 935 Bytes
/
install.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<title>HappyFunTimes Install Helper</title>
<link href="/hft-icon.png" rel="shortcut icon" type="image/png">
<link rel="stylesheet" href="/docs/css/base.css" type="text/css" />
<link rel="stylesheet" href="/docs/css/lesson.css" type="text/css" />
</head>
<body>
<div class="header">
<h1>HappyFunTimes Install Helper</h1>
</div>
<div class="container">
<div class="lesson-title">
<h1>Install HappyFunTimes</h1>
</div>
<div class="row">
<div class="col-sm-8 lesson-main">
<div>
Happyfuntimes is no longer an app. Instead individual
games add happyfuntimes support to their game.
</div>
<div>
<a href="https://itch.io/games/tag-happyfuntimes">You can find some happyfuntimes games here</a>.
</div>
</div>
</div>
</body>
</html>