microphp/views/hello.blade.php

15 lines
326 B
PHP
Raw Normal View History

2023-04-11 00:30:15 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
{{$title}}
</title>
</head>
<body>
{{$text}}
<script src="/index.js"></script>
</body>
</html>