modify view and style

This commit is contained in:
s0dyy
2020-03-13 11:11:35 +01:00
parent f0a268e4e8
commit b76a536ec5
6 changed files with 71 additions and 59 deletions

View File

@ -0,0 +1,9 @@
@extends('layout')
@section('title')
<title>Home</title>
@endsection
@section('content')
<img src="img/app.png" weight=700px height=400px alt="">
<br>
<a href="{{ url('/contact-us') }}">Contactez-nous!</a>
@endsection