1
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

9 lines
123 B
HTML
Raw Normal View History

2019-06-29 13:26:43 +01:00
<html>
<head>
<link rel="stylesheet" href="./index.scss" />
</head>
<body>
2019-06-29 16:23:38 +01:00
{{ value }}
2019-06-29 13:26:43 +01:00
</body>
</html>