-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.html
32 lines (29 loc) · 921 Bytes
/
example.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
<html>
<head>
<title>PRG-Pattern - Static Demo</title>
<script src="js/jquery.min.js"></script>
<link rel="stylesheet" href="css/prg.css" type="text/css"/>
</head>
<body>
<div>
<ul>
<li>
<a href="example.html">First Link to static demo</a>
</li>
<li>
<span class="prglink " data-adr="aHR0cDovL2xvY2FsaG9zdC9leGFtcGxlLnBocA==" data-hash="09ae9a5fd400673b6a303232aa4497e3" tabindex="0" onkeypress="if(event.keyCode==13)this.click()">Secound Link as PRG-Pattern</span> </li>
</li>
</ul>
</div>
<!-- PRG-Form Start -->
<span class="prgform" style="display:none">
<form action="/prg.php" method="post" id="prgform">
<input>
<input type="hidden" id="prgu" name="u" value="">
<input type="hidden" id="prgh" name="h" value="">
</form>
</span>
<!-- PRG-Form End -->
<script src="js/prgs.js"></script>
</body>
</html>