Changes between Version 2 and Version 3 of ZooWebSite/2015/Code/ZOO-Services/Hello
- Timestamp:
- Feb 26, 2015, 10:55:06 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/Code/ZOO-Services/Hello
v2 v3 34 34 <img src="/img/zoo-cheetah.png" class="img-responsive circb center-block mb" width="32" height="32"/>C/C++ 35 35 </a> 36 36 <a href="#" class="list-group-item list-group-item2 text-center"> 37 <img src="/img/zoo-elephant.png" class="img-responsive circb center-block mb" width="32" height="32"/>PHP 38 </a> 37 39 38 40 </div> 39 41 </div> 40 <div class="col-lg-10 col-md-10 col-sm-10 col-xs-10 41 bhoechie-tab"> 42 43 <!-- JS section --> 42 <div class="col-lg-10 col-md-10 col-sm-10 col-xs-10 bhoechie-tab"> 43 <!-- JS section --> 44 44 <div class="bhoechie-tab-content active"> 45 45 <center> … … 69 69 </div> 70 70 71 72 <!--C section --> 71 <!--C section --> 73 72 <div class="bhoechie-tab-content"> 74 73 <center> 75 74 <h3>C</h3> 76 75 <pre class="language-c"> 76 <code>printf</code> 77 </pre> 78 </center> 79 </div> 80 81 <!--PHP section --> 82 <div class="bhoechie-tab-content"> 83 <center> 84 <h3>PHP</h3> 85 <pre class="language-php"> 77 86 <code>printf</code> 78 87 </pre>