Difference between revisions of "Team:SEU"

Line 50: Line 50:
  
 
     <!-- Style_CSS============================================================== -->
 
     <!-- Style_CSS============================================================== -->
<div class="wrap-body">
+
<div class="wrap-body" id="the-catalog">
 
<div class="header">
 
<div class="header">
 
<div id='cssmenu' >
 
<div id='cssmenu' >
Line 151: Line 151:
 
<script>
 
<script>
 
const el=document.getElementById('my-real-content');
 
const el=document.getElementById('my-real-content');
 +
const al=document.getElementById('the-catalog');
 
document.body.appendChild(el);
 
document.body.appendChild(el);
 +
document.body.appendChild(al);
 +
 
</script>
 
</script>
  
 
</html>
 
</html>

Revision as of 03:58, 10 September 2019