servant/servant-jquery/examples/www/index.html
Freezeboy adad56d82b Adding a generic way to generate js variants
Support is added for Vanilla XMLHttpRequest, JQuery and Angular.
Angular generators contain Top Level Functions or with a simple Service.
2015-07-17 23:36:38 +02:00

18 lines
472 B
HTML

<html>
<head>
<title>Servant: counter</title>
<style>
body { text-align: center; }
#counter { color: green; }
#inc { margin: 0px 20px; background-color: green; color: white; }
</style>
</head>
<body>
<iframe src="vanilla/" width="80%" height="25%"></iframe>
<iframe src="jquery/" width="80%" height="25%"></iframe>
<iframe src="angular/" width="80%" height="25%"></iframe>
<iframe src="angular/service.html" width="80%" height="25%"></iframe>
</body>
</html>