1
0
Fork 0
empact/app/hello.html

13 lines
139 B
HTML
Raw Normal View History

2015-03-07 14:13:47 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello!</h1>
<a href="/auth/signin">Sign In</a>
</body>
</html>