35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
|
<!doctype html>
|
||
|
<html lang="en-GB">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta http-equiv="content-type" content="text/html" charset="UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<meta name="description" content="" />
|
||
|
<meta name="keyword" content="" />
|
||
|
|
||
|
<!-- jquery -->
|
||
|
<script src="http://cdn.hiimray.co.uk/8206c600-707c-469e-8d49-a76ae35782af/jquery/3.7.0/dist/jquery.min.js"></script>
|
||
|
<!-- bootstrap -->
|
||
|
<script src="http://cdn.hiimray.co.uk/8206c600-707c-469e-8d49-a76ae35782af/bootstrap/5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||
|
<link href="http://cdn.hiimray.co.uk/8206c600-707c-469e-8d49-a76ae35782af/bootstrap/5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" />
|
||
|
|
||
|
<script src="bstoast5.js"></script>
|
||
|
<title></title>
|
||
|
|
||
|
</head>
|
||
|
<body class="py-5">
|
||
|
|
||
|
<div class="container">
|
||
|
<div class="row mb-3">
|
||
|
<div class="col-12">
|
||
|
|
||
|
<button type="button" class="btn btn-primary" onclick="BSToast5.Create({ Title: 'Hello', Time: 'Some time ago', Message: 'Hello momo' })">
|
||
|
Launch Toast 1
|
||
|
</button>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|