Skip to content
Permalink
ea888378d4
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
16 lines (16 sloc) 394 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ERROR</title>
<meta name="description" content="The HTML5 Template">
<meta name="author" content="Joe Bloggs">
<link href="login.css" type="text/css" rel="stylesheet" />
</head>
<body>
<section class = 'Error'>
<h1>An Error Has Occurred</h1>
<h2>{{message}}</h2>
</section>
</body>
</html>