archive
/
givemoneyto.me
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
givemoneyto.me/src/template.html

26 lines
970 B
HTML
Raw Permalink Normal View History

2019-06-29 13:26:43 +01:00
<html>
<head>
2019-06-29 21:11:40 +01:00
<link rel="stylesheet" href="../node_modules/@fortawesome/fontawesome-free/css/all.min.css" />
<link rel="stylesheet" href="../node_modules/animate.css/animate.min.css" />
<link rel="stylesheet" href="./index.scss" />
2019-06-29 21:41:41 +01:00
<title>Give {{ displayValue }} to me</title>
</head>
2019-06-29 13:26:43 +01:00
<body>
<div class="jumbotron mb-0 jumbotron-fluid text-center vertical-center">
<div class="container">
2019-06-29 22:07:29 +01:00
<h1 class="display-1">Give {{ displayValue }} to me</h1>
2019-06-29 21:41:41 +01:00
<p class="lead">You should give me {{ displayValue }}. Here's how:</p>
<h1>
<i class="fas fa-chevron-down mt-5 animated infinite slideInDown"></i>
</h1>
</div>
</div>
{{> accounts }}
<script type="text/javascript" src="../node_modules/bootstrap/js/src/index.js"></script>
2019-06-29 21:55:15 +01:00
2019-10-27 23:18:35 +00:00
<img src="https://matomo.theorangeone.net/matomo.php?idsite=2&amp;rec=1&amp;url={{ outputUrl }}" style="border:0" />
2019-06-29 13:26:43 +01:00
</body>
</html>