mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-15 01:31:37 +01:00
18 lines
647 B
HTML
18 lines
647 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Browserify Test</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="../../src/pnotify.css">
|
|
<link rel="stylesheet" href="../../src/pnotify.brighttheme.css">
|
|
<script type="text/javascript" src="bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
<div style="padding: 50vh 0; text-align: center;">
|
|
<button id="button1">Test PNotify with Browserify</button><br>
|
|
<button id="button2">PNotify Module with Browserify</button>
|
|
</div>
|
|
</body>
|
|
</html>
|