Skip to content
Permalink
b39b269661
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (18 sloc) 508 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home Page</title>
<meta name="description" content="form to add new books">
<meta name="author" content="Mark Tyers">
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1>Home</h1>
<form action="/lights" method="get">
<p><input type="submit" value="Lights page"></p>
</form>
<form action="/temp" method="get">
<p><input type="submit" value="temp page"></p>
</form>
</html>