1
0
forked from metin2/web

Updated assets to March 2013, added news.

This commit is contained in:
2023-07-23 12:35:14 +03:00
parent 041f12adaf
commit 2885d89dfe
11 changed files with 2721 additions and 1988 deletions

View File

@ -20,6 +20,7 @@ Route::get('/', fn () => view('main/home'));
Route::prefix('main')->group(function() {
Route::get('/home', fn () => view('main/home'));
Route::get('/media', fn () => view('main/media'));
Route::get('/news', fn () => view('main/news'));
Route::get('/download', fn () => view('main/download'));
Route::get('/highscore', fn () => view('main/highscore'));
Route::get('/guildhighscore', fn () => view('main/guildhighscore'));