-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (40 loc) · 1.51 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
40
41
42
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Writer for Prefix Free Tree</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="vendor/normalize.css" />
<link rel="stylesheet" href="vendor/github-fork-ribbon.css">
<link rel="stylesheet" href="app/css/main.css" />
</head>
<body>
<a class="github-fork-ribbon right-bottom fixed" href="https://github.com/rmccrear/prefix-free-tree-code-game" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<div class="game-container">
<div class="greeting-outer">
<div class="greeting">
<p>
Prefix-Free Pipes is a website that lets you create a secret code to
share with a friend.
</p>
<p>
To play, first type in a message. Then you can share the message
with a friend by sharing the URL.
</p>
<p>
Once you share, you friend will have to decode the message to read
it.
</p>
<div class="call-to-action-container">
<a href="./writer.html">
<button class="call-to-action-button">Write a message</button>
</a>
</div>
</div>
</div>
</div>
</body>
</html>