mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
16 lines
384 B
PHP
16 lines
384 B
PHP
<!DOCTYPE html>
|
||
<html lang="{{ app()->getLocale() }}">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
</head>
|
||
<body>
|
||
|
||
你好,你正在绑定 {{env('APP_NAME') }} 的邮箱,请于24小时之内点击该链接完成验证 :
|
||
<div style="display: flex; justify-content: center;">
|
||
<a href="{{$url}}">{{$url}}</a>
|
||
</div>
|
||
|
||
</body>
|
||
<body>
|