Pdf Changes Done
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
<!-- <!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Laravel Test Page</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<style>
|
||||
/* Paste the provided CSS here */
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body class="bg-light">
|
||||
|
||||
<div class="container mt-5">
|
||||
<div class="card shadow-lg border-0 rounded-4">
|
||||
<div class="card-header bg-primary text-white">
|
||||
<h4 class="mb-0">Laravel Gitea Test Page</h4>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h5 class="text-success">✅ Laravel is running successfully!</h5>
|
||||
<p class="mt-3">If you see this page, your Blade views and routing work perfectly.</p>
|
||||
|
||||
<ul class="list-group mt-4">
|
||||
<li class="list-group-item"><strong>PHP Version:</strong> {{ PHP_VERSION }}</li>
|
||||
<li class="list-group-item"><strong>Laravel Version:</strong> {{ app()->version() }}</li>
|
||||
<li class="list-group-item"><strong>Environment:</strong> {{ app()->environment() }}</li>
|
||||
</ul>
|
||||
|
||||
<a href="{{ url('/') }}" class="btn btn-outline-primary mt-4">Go to Home testing done</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html> -->
|
||||
|
||||
Reference in New Issue
Block a user