Remove landing page

This commit is contained in:
Charles Gould 2017-01-28 14:26:28 -05:00
parent dc51d1b207
commit adb5f43d61
3 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lingo | Home</title>
<link rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>Lingo</h1>
<div class="row">
<div class="col-md-6">
<h2>Web Client (easier)</h2>
<p><a href="practice.html">Practice</a> the game or
<a href="client.html">play online</a>.</p>
<a href="client.html">
<img src="screenshots/lingo-web.png" />
</a>
</div>
<div class="col-md-6">
<h2>Java Client</h2>
<p><a href="https://github.com/charlesrgould/lingo-websocket/archive/master.zip">Download</a> the
<a href="https://github.com/charlesrgould/lingo-websocket">source code</a> and run a command to launch it.
</p>
<a href="https://github.com/charlesrgould/lingo-websocket">
<img src="screenshots/lingo-java.png" />
</a>
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB