added few .html files

This commit is contained in:
kicap1992
2021-12-22 04:28:54 +08:00
parent a25104fadc
commit f64e1260a7
22 changed files with 13787 additions and 2619 deletions

View File

@ -1,14 +1,8 @@
$(function() {
"use strict";
// notification popup
toastr.options.closeButton = true;
toastr.options.positionClass = 'toast-bottom-right';
toastr.options.showDuration = 1000;
toastr['info']('Hello, welcome to HexaBit, a unique admin Template.');
toastr['info']('Hello, Selamat Datang Kembali, Aplikasi Dibuat Oleh Kicap Karan.');
});