Create navigation online #43

Closed
rpsigh-061194 wants to merge 1 commits from main into main
Showing only changes of commit a79af03f6d - Show all commits

5
navigation online Normal file
View File

@@ -0,0 +1,5 @@
<p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = navigator.onLine;
</script>