Files
portal/resources/views/layout/head.blade.php

7 lines
181 B
PHP
Raw Permalink Normal View History

2020-11-20 16:21:42 -03:00
<head>
<meta charset="utf8" />
<title>ProVM</title>
<meta name="description" content="Web developers" />
<link rel="stylesheet" href="{{$urls->styles}}/home.css" />
</head>