mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-16 02:01:34 +01:00
Start again
This commit is contained in:
17
vendors/pnotify/libtests/browserify/index.html
vendored
Normal file
17
vendors/pnotify/libtests/browserify/index.html
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user