-
Notifications
You must be signed in to change notification settings - Fork 1
/
window_alert.html
executable file
·45 lines (36 loc) · 1.28 KB
/
window_alert.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Uniter PHP Window Alert demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>
Uniter PHP Window Alert demo
</h1>
<p>
The logic for this page is written entirely in PHP, see
<a href="//github.com/uniter/uniter-jquery/blob/master/php/src/WindowAlertDemo/app.php">
Window Alert Demo</a> for details.
</p>
<div class="all_demos">
<div class="demo_entry">
<h2 class="demo_button" id="window_alert_button">Click me to see a Window Alert!</h2>
</div>
</div>
<div class="full_row">
<h2>
<a href="index.html">
Back To Home
</a>
</h2>
<a href="https://github.com/uniter/uniter-jquery">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="img/forkme_right_green.png" alt="Fork me on GitHub">
</a>
</div>
<script src="dist/bundle.js"></script>
</body>
</html>