Skip to content

Commit 1c58722

Browse files
committed
Merge pull request laravel#3258 from fwForks/master
Added <title> tag
2 parents 94000ae + e01c173 commit 1c58722

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/welcome.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<html>
22
<head>
3+
<title>Laravel</title>
4+
35
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
46

57
<style>

0 commit comments

Comments
 (0)