YeetBot/templates/index.ftl

18 lines
363 B
Plaintext

<html>
<head>
<title>${title}</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Raleway" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="login">
<h1 class="title">${title}</h1>
<a class="button warn" href="https://google.com/">Google</a>
</div>
</body>
</html>