Ajout des fichiers démo

This commit is contained in:
2021-04-02 18:29:44 +02:00
commit 67381c93b7
2 changed files with 17 additions and 0 deletions

17
sample.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>MOJIC Demo</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="MOJICAlert/MOJICAlert.js"></script>
<link type="text/css" rel="stylesheet" href="index.css">
</head>
<body style="margin:0; background-image: url('geometric.jpg'); background-size:auto;">
</body>
<script>
var alert = new MOJICAlert("Access granted", "Welcome", MOJICALERT_SUCCESS);
alert.show();
</script>
</html>