Ajout des fichiers démo
This commit is contained in:
17
sample.html
Normal file
17
sample.html
Normal 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>
|
||||
Reference in New Issue
Block a user