-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.01 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link href="style.css" media="screen" rel="stylesheet" type="text/css"/>
<title>The LovelyRPG Community</title>
</head>
<body>
<div id="body">
<h1>The LovelyRPG Community</h1>
<p>This is a placeholder for an intro text.
Link to <a href="http://love2d.org/">LÖVE</a>.</p>
<h2>A Whiff of Steam</h2>
<p>What is A Whiff of Steam? It is a community effort, a
project, a game: it is an <acronym title="Role Playing Game">RPG</acronym>.</p>
<p>Link to <a href="http://github.com/lovelyrpgcommunity/A-Whiff-of-Steam">GitHub project page.</a></p>
<h3>Contribute</h3>
<p>There are multiple ways you can currently contribute to A Whiff of Steam:</p>
<ul>
<li>Submit a general idea to the <a href="http://github.com/lovelyrpgcommunity/A-Whiff-of-Steam/issues">idea bucket</a>.</li>
<li>Write a <a href="http://love2d.org/forums/viewtopic.php?f=5&t=1792&p=18262#p18258">story idea</a>.</li>
<li>...</li>
</ul>
</div>
</body>
</html>