chore: old changes

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
Miguel Nogueira 2022-10-08 14:10:02 +01:00
parent 520d067f0f
commit aec2544f14
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370
4 changed files with 24 additions and 11 deletions

View File

@ -41,11 +41,4 @@ class HomeController extends Controller
return view('home')
->with('positions', $positions);
}
public function pageGiveaway()
{
return view('giveaway');
}
}

View File

@ -34,7 +34,6 @@
"chart.js": "^2.9.3",
"flatpickr": "^4.6.3",
"locale-js": "^1.1.1",
"moment": "^2.25.0",
"shards-ui": "^3.0.0"
"moment": "^2.25.0"
}
}

View File

@ -7,9 +7,9 @@
*/
/*!
* Chart.js v2.9.3
* Chart.js v2.9.4
* https://www.chartjs.org
* (c) 2019 Chart.js Contributors
* (c) 2020 Chart.js Contributors
* Released under the MIT License
*/

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello Bulma!</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title">
Hello World
</h1>
<p class="subtitle">
My first website with <strong>Bulma</strong>!
</p>
</div>
</section>
</body>
</html>