diff options
Diffstat (limited to 'bootstrap-v5-toaster/sample.html')
| -rw-r--r-- | bootstrap-v5-toaster/sample.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/bootstrap-v5-toaster/sample.html b/bootstrap-v5-toaster/sample.html deleted file mode 100644 index a218fd3..0000000 --- a/bootstrap-v5-toaster/sample.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="bootstrap.css"> - <title>Bootstrap 5 Toaster</title> -</head> - -<body> - <script src="bootstrap.js"></script> - <script src="toaster.js"></script> - <script> - const toaster = new Toaster(); - toaster.error("Error", "Something failed"); - toaster.error("Something failed"); - toaster.success("Success", "Something succeded", false); - toaster.info("You should know", "Something informational", 5000); - </script> -</body> - -</html>
\ No newline at end of file |
