Files
portal/resources/views/layout/head.blade.php
2020-11-20 16:21:42 -03:00

7 lines
181 B
PHP

<head>
<meta charset="utf8" />
<title>ProVM</title>
<meta name="description" content="Web developers" />
<link rel="stylesheet" href="{{$urls->styles}}/home.css" />
</head>