Skip to content

Commit

Permalink
feat: Remove unnecessary link type
Browse files Browse the repository at this point in the history
  • Loading branch information
eddybrando committed Feb 4, 2019
1 parent 049c7c9 commit e40dfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Expand Up @@ -7,7 +7,7 @@
<title>Laravel</title> <title>Laravel</title>


<!-- Fonts --> <!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">


<!-- Styles --> <!-- Styles -->
<style> <style>
Expand Down

0 comments on commit e40dfc6

Please sign in to comment.