Moved from Tailwind to Boostrap

This commit is contained in:
amikhaylov
2026-05-19 17:26:27 +03:00
parent 299464efc1
commit 34807e5a99
59 changed files with 491 additions and 4737 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace App\Http\Controllers;
class StartController extends Controller
{
public function index()
{
return $this->render('start');
}
}