Difference between revisions of "Team:SEU"

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

Revision as of 03:59, 10 September 2019