Files
oficial/aldarien/view/resources/views/base.blade.php

9 lines
91 B
PHP
Raw Normal View History

2021-03-25 21:23:29 -03:00
<!DOCTYPE html>
<html>
<head>
<title>View</title>
</head>
<body>
View test
</body>
</html>