-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-old.htm
52 lines (46 loc) · 1.11 KB
/
index-old.htm
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
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML>
<html>
<head>
<title>Paprika</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/icon/touch-icon.png">
<link rel="stylesheet" type="text/css" href="paprika_style.css" />
<style type="text/css">
body{
text-align: center;
}
#logo{
width: 10%;
margin: 1em auto;
}
h1{
text-align: center;
}
ul{
list-style: none;
margin-top: 2em;
}
li{
display: inline-block;
background: #ccc;
border: 1px solid #777;
border-style: none solid;
padding: 1em;
margin: auto 1em;
}
</style>
</head>
<body>
<img id="logo" src="img/mascot.png" alt="Paprika Mascot" />
<h1>Paprika</h1>
<p class="lead">A flavour text and natural language generator.</p>
<p><a href="http://github.com/stegriff/paprika">Free, Public Domain source code for Paprika is on GitHub.</a></p>
<ul role="nav">
<li><a href="learn.htm">Learn</a></li>
<li><a href="use.htm"><strong>Use</strong></a></li>
<li><a href="dev.htm">Develop</a></li>
</ul>
</body>
</html>