Inizializzazione

This commit is contained in:
cmaffio
2015-10-08 11:00:52 +02:00
parent 61949a0cdc
commit 22de29deda
2768 changed files with 254794 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>jQuery Validation Plugin Password Extension demo</title>
<style>
iframe { width: 800px; height: 75px; }
iframe.milk { height: 500px; }
a { display: block; }
</style>
</head>
<body>
<iframe src="plain.html"></iframe>
<a href="plain.html">Plain</a>
<iframe src="localized.html"></iframe>
<a href="localized.html">Localized</a>
<iframe src="milk.html" class="milk"></iframe>
<a href="milk.html">Integrated</a>
</body>
</html>