You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
510 B
21 lines
510 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>TTS</title>
|
|
<style>
|
|
*{
|
|
font-size: 30px;
|
|
font-family: 微软雅黑;
|
|
}
|
|
.container{
|
|
width: 500px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">{{ __('亲爱的用户,您的验证码是') }} <span style="color: orangered">{{ $code }}</span>,{{ __('3分钟内有效,非本人操作请忽略。') }} </div>
|
|
</body>
|
|
</html>
|
|
|