Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
par7133 committed Feb 15, 2024
1 parent b2c143d commit f7b3946
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Public/static/jscheck.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div id="mynoscriptmsg" style="height:5000px;margin:30px;font-weight:900;">
Homomm was developed using javascript technology too. Please enable javascript to get the website running properly.
</div>
<script>
document.getElementById("mynoscriptmsg").style.display = "none";
</script>
<noscript>
<div style="color:black;">
Javascript not detected.
</div>
</noscript>

0 comments on commit f7b3946

Please sign in to comment.