Files
RenewCMS/adapters/secondary/gateways/web/templates/home.html
T

18 lines
334 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>RenewCMS | Home</title>
{{.Head}}
</head>
<body class="text-dark">
{{.Navbar}}
<div class="container mt-3 text-black-50">
<h1>Home</h1>
<p>Welcome on RenewCMS !</p>
<a href="/article">
<button class="btn btn-outline-primary">Articles &raquo;</button>
</a>
</div>
</body>
</html>