url_shortiner/views/layouts/master.html

28 lines
1.1 KiB
HTML
Raw Normal View History

2024-02-01 14:39:37 +00:00
<!doctype html>
<html lang="sgs">
<head>
2024-04-16 09:58:38 +00:00
<title>Arna rakondā</title>
2024-02-01 14:39:37 +00:00
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
{{template "head" .}}
</head>
<body>
<div class="container py-2">
2024-08-08 16:18:29 +00:00
<h1><a href="/">Arna rakondā</a></h1>
<div class="row">
<div class="col pb-3">
2024-04-16 09:58:38 +00:00
<a href="https://www.buymeacoffee.com/zordsdavini" target="_blank" rel="nofollow noopener"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="40px"></a>
</div>
</div>
2024-02-01 14:39:37 +00:00
2024-08-08 16:18:29 +00:00
{{template "content" .}}
2024-02-01 14:39:37 +00:00
{{include "layouts/footer"}}
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</div>
</body>
</html>