mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-10 23:15:30 +08:00
15 lines
478 B
PHP
15 lines
478 B
PHP
<!DOCTYPE html>
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>PushDeer</title>
|
|
</head>
|
|
<body>
|
|
<div>请用 ios14+ 系统摄像头扫码后输入↑浏览器上的地址↑进行测试</div>
|
|
<img src="/code.png" alt="clip code">
|
|
<div>感谢使用自架版PushDeer</div>
|
|
</body>
|
|
</html>
|