Skip to content
Permalink
849c5c58d7
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 (17 sloc) 405 Bytes
<!doctype html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="forum.css" media="all">
<link href="style.css" type="text/css" rel="stylesheet" />
<title>test</title>
</head>
<body>
<header>
<ul>
<li><a href="/logout">LOG OUT</a></li>
<li><a href="/home"> HOME </a></li>
</ul>
</header>
<h1>FORUM</h1>
</body>
</html>