diff options
author | Fbenas <philbeansburton@gmail.com> | 2020-09-20 22:08:03 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2020-09-20 22:08:03 +0100 |
commit | 9be73c2d0f21a539bc46974139e8c36c12845ca0 (patch) | |
tree | 3442d2254797983e7e0294c9aee00e90aa643109 /resources/views/welcome.blade.php |
Initial commit
Diffstat (limited to 'resources/views/welcome.blade.php')
-rw-r--r-- | resources/views/welcome.blade.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php new file mode 100644 index 0000000..36ea65c --- /dev/null +++ b/resources/views/welcome.blade.php @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> + +<head> + <title>Laravel</title> + <link href="../css/app.css" rel="stylesheet"> +</head> + +<body> + <div class="cotnainer" id="container"> + + </div> + <script src="../js/app.js"></script> + <button type="button" onClick="start()">start</button> + <button type="button" onClick="stop()">stop</button> + <button type="button" onClick="reset()">reset</button> +</body> + +</html>
\ No newline at end of file |