skeleton/assets/templates/layouts/landing.tmpl

17 lines
358 B
Cheetah
Raw Normal View History

2019-05-14 14:11:03 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Landing Page</title>
</head>
<body>
<h1>Skeleton Project</h1>
If you are an admin, you can <a href="/login">Log in</a>.
</body>
</html>