...
Our team wiki is currently under construction
We will add more content soon
Thanks for your patience
...
...
...
...
...
Line 2: | Line 2: | ||
[[Image:Under_construction.jpg|center|alt="Under construction"]] | [[Image:Under_construction.jpg|center|alt="Under construction"]] | ||
- | <html><body> | + | <html> |
+ | <head> | ||
+ | <script> | ||
+ | $(function(){ | ||
+ | $('#primary').masonry({ | ||
+ | columnWidth: 100, | ||
+ | itemSelector: '.box' | ||
+ | });; | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
<div id="primary" class="wrap"> | <div id="primary" class="wrap"> | ||
<div class="box col2">...</div> | <div class="box col2">...</div> |
Our team wiki is currently under construction
We will add more content soon
Thanks for your patience