| 1 <!DOCTYPE html> |  | 
| 2 <html> |  | 
| 3     <head> |  | 
| 4         <title>UAP Common Extensions</title> |  | 
| 5         <link rel="stylesheet" type="text/css" href="ucx.css"> |  | 
| 6     </head> |  | 
| 7     <body> |  | 
| 8         <!-- begin header --> |  | 
| 9         <div class="header"> |  | 
| 10             <span>UAP Common Extensions</span> |  | 
| 11             <img src="uaplogo.png" alt="UAP Core"> |  | 
| 12         </div> |  | 
| 13         <!-- end header --> |  | 
| 14 |  | 
| 15         <!-- begin navigation --> |  | 
| 16         <div class="sidebar"> |  | 
| 17             <div class="nav"> |  | 
| 18                 <h3>Getting Started</h3> |  | 
| 19                 <ul> |  | 
| 20                     <li><a href="index.html">Overview</a></li> |  | 
| 21                     <li><a href="install.html">Build Instructions</a></li> |  | 
| 22                     <li><a href="license.html">License</a></li> |  | 
| 23                 </ul> |  | 
| 24             </div> |  | 
| 25             <div class="nav"> |  | 
| 26                 <h3>Development</h3> |  | 
| 27                 <ul> |  | 
| 28                     <li><a href="integration.html">Integration</a></li> |  | 
| 29                     <li><a href="modules.html">Modules</a></li> |  | 
| 30                     <li><a href="examples.html">Examples</a></li> |  | 
| 31                 </ul> |  | 
| 32             </div> |  | 
| 33             <div class="nav"> |  | 
| 34                 <h3>Resources</h3> |  | 
| 35                 <ul> |  | 
| 36                     <li><a target="_blank" href="api/">API Reference</a></li> |  | 
| 37                     <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li> |  | 
| 38                 </ul> |  | 
| 39             </div> |  | 
| 40         </div> |  | 
| 41         <!-- end navigation --> |  | 
| 42 |  | 
| 43         <!-- begin content --> |  | 
| 44         <div class="content"> |  | 
| 45             <h1>Examples</h1> |  | 
| 46         </div> |  | 
| 47         <!-- end content --> |  | 
| 48 |  | 
| 49     </body> |  | 
| 50 </html> |  |