Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit a681d2fe authored by 64160295's avatar 64160295
Browse files
parents 4bab8b79 9b348080
No related branches found
No related tags found
No related merge requests found
<?php
namespace App\Http\Controllers;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
class Login_controller extends Controller
{
//
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=h, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>maple</h1>
<img src="icon/all_user/clock.png" alt="">
</body>
</html>
...@@ -17,4 +17,7 @@ ...@@ -17,4 +17,7 @@
return view('welcome'); return view('welcome');
}); });
Route::get('/v_Login',function () {
return view('Login/v_Login');
})->name('v_Login');
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment