mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
20 lines
262 B
PHP
20 lines
262 B
PHP
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
* {font-size:Arial;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Hi!
|
|
</p>
|
|
<p>
|
|
To get a new password, please <a href="{{route('reset',$reset)}}">verify your e-mail address</a>.
|
|
</p>
|
|
<p>
|
|
Cya!
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|