Changes between Version 5 and Version 6 of TestWebSwing2
- Timestamp:
- 11/13/18 15:57:27 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestWebSwing2
v5 v6 1 1 {{{#!html 2 <head>3 <title>Webswing</title>4 <meta charset="utf-8"/>5 <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">6 <meta http-equiv="Access-Control-Allow-Origin" content="*">7 <link rel="icon" href="favicon.ico"/>8 </head>9 10 <body>11 12 2 Testing 1 2 3 4 13 14 15 16 3 <div class="webswing-element" data-webswing-instance="webswingInstance0"> 17 4 <div id="loading" class="ws-modal-container"> … … 70 57 })(window, document); 71 58 </script> 72 </body>73 59 }}}