chore: old changes
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
parent
520d067f0f
commit
aec2544f14
@ -41,11 +41,4 @@ class HomeController extends Controller
|
|||||||
return view('home')
|
return view('home')
|
||||||
->with('positions', $positions);
|
->with('positions', $positions);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function pageGiveaway()
|
|
||||||
{
|
|
||||||
|
|
||||||
return view('giveaway');
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
"chart.js": "^2.9.3",
|
"chart.js": "^2.9.3",
|
||||||
"flatpickr": "^4.6.3",
|
"flatpickr": "^4.6.3",
|
||||||
"locale-js": "^1.1.1",
|
"locale-js": "^1.1.1",
|
||||||
"moment": "^2.25.0",
|
"moment": "^2.25.0"
|
||||||
"shards-ui": "^3.0.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Chart.js v2.9.3
|
* Chart.js v2.9.4
|
||||||
* https://www.chartjs.org
|
* https://www.chartjs.org
|
||||||
* (c) 2019 Chart.js Contributors
|
* (c) 2020 Chart.js Contributors
|
||||||
* Released under the MIT License
|
* Released under the MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
21
resources/views/home.blade.php
Normal file
21
resources/views/home.blade.php
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user