Something appear beside URL

Hello;
Guys I really i need help from anyone who has expert about these stuff and what i did do ?? Due, Different words come beside my URl address !!

((I use this code for views counter ))

<!DOCTYPE html>
<html>
<body>
<style>
text {
    font-family: "Times New Roman", Times, serif;
    width: 28px;
    height: 28px;
    margin: -9px;
    padding-left: 7px;
    padding-right: 11px;
    padding: -2px;
   
}
</style>
<a>Share</a>
<p id="demo"></p>
 
<strong style="color:black" id="counter"></strong>
 
<script>
var n = localStorage.getItem('on_load_counter');
 
if (n === null) {
    n = 0;
}
 
n++;
 
localStorage.setItem("on_load_counter", n);
 
document.getElementById('counter').innerHTML = n;
</script>
 
</body>
</html>

Please help me Please Guys

The First Refresh 1

---------------------------------------------------------

The First Refresh 2


Here is my public share link: LINK
(how to access public share link)

Site is unpublished.

Sorry …Sir it’s published Now

https://preview.webflow.com/preview/ondrous-project?preview=3d4ad21c00ae51f2ef0af70aef6087c9

Share Link is not working. Also I need the published link. Is it https://ondrous-project.webflow.io? It’s not published!!!

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.