diff options
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 |