Skip to content
Permalink
Browse files
commit
  • Loading branch information
edebiria committed Jun 28, 2019
1 parent ecf8904 commit c87ae2bdba2bee47b0427c269bdaca2bb8b878e1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.

Some generated files are not rendered by default. Learn more.

@@ -12,6 +12,6 @@
{{#if msg}}
<p class="msg">{{msg}}</p>
{{/if}}

<p>12345</p>
</body>
</html>
@@ -4,7 +4,13 @@
<html lang="en">
<head>
<meta charset="utf-8">

<title>Log In</title>
<form action="/login" method="post">
<input type="text" name="user" placeholder="Username" value="{{user}}" autofocus></p>
<input type="password" name="pass" placeholder="Password" value=""></p>
<input type="submit" value="Log in"></p>
</form>
<meta name="description" content="form to add new books">
<meta name="author" content="Mark Tyers">
<link href="style.css" type="text/css" rel="stylesheet" />
@@ -20,5 +26,16 @@
<p><input type="submit" value="Log in"></p>
</form>
<a href="http://localhost:8080/register"> Registration </a>
<h2> Restaurants in Coventry</h2>

<ol>
<li>Noodle Bar,Chinese, 9 Bull Yard, Coventry CV1 1LH, England</li>
<li>WOK You Like, Chinese, 92 Dudley Street, Coventry CV6 7EL, England</li>
<li>Millie Kitchen, Italian, Market Way, Coventry CV1 1DL, England</li>
<li>Pizza Express, Italian, 10 Hay Lane, Coventry CV1 5RF, England</li>
<li>Gourmet Food Kitchen, British, Far Gosford street | Unit 2h Fargo Village, Coventry CV1 5ED, England</li>
<li>Turmeric Gold,Indian, 166 Spon Street | opposite Gentings casino,skydome, Coventry CV1 3BB, England</li>
<li>Serve</li>
</ol>
</body>
</html>

0 comments on commit c87ae2b

Please sign in to comment.