Containerization feature of SO
[so.git] / adapters / mso-sdnc-adapter / src / main / resources / static / readme / packaging.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <link rel="stylesheet" type="text/css" href="./readme.css" >
5         <title>Read Me</title>
6         <script src="//code.jquery.com/jquery.min.js"></script>
7 </head>
8 <body>
9         <div id="page-wrapper">
10                 <div id="page-setup"></div>
11                 <div id="right-col">
12                         <ul>
13                                 <li class="title">
14                                         <p>Packaging</p>
15                                 </li>
16                                 <li class="info-title">
17                                         <p>Information Title</p>
18                                 </li>
19                                 <li class="info">
20                                         <p>Information</p>
21                                 </li>
22                         </ul>
23                 </div>
24         </div>
25         <script>
26                 $.get("page.html", function(data){
27                         $("#page-setup").replaceWith(data);
28                 });
29                 $(window).load(function() {
30                         $("body").fadeIn(.5);
31                 });
32         </script>
33 </body>
34 </html>