17 lines
358 B
Cheetah
17 lines
358 B
Cheetah
|
<!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>
|