Loogart

From wiki
Jump to navigation Jump to search

<html>

helloooooo

<script> function myFunction() {

   document.getElementById("app-brand-name").style.display = "none";

} </script>

<style>

  #mw-page-base{
     display:none!important;
  }

</style> </html>