Files
dots-bot-api/resources/views/welcome.blade.php
T
2023-06-13 17:59:00 +03:00

12 lines
277 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">
<title>dots-bot-api</title>
</head>
<body>
</body>
</html>