YeetBot/templates/index.ftl

18 lines
363 B
Plaintext
Raw Normal View History

2018-09-18 11:42:57 +02:00
<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>