mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-17 11:39:18 +00:00
modify view and style
This commit is contained in:
9
resources/views/home.blade.php
Normal file
9
resources/views/home.blade.php
Normal 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
|
Reference in New Issue
Block a user