Skip to content

Commit

Permalink
Update user count
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Mar 28, 2024
1 parent c6210d0 commit a937960
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<img src="https://github.com/InterstellarNetwork/Interstellar/assets/89202835/77c63680-544b-42e9-88d6-d288e7681e82">
<p>Serving over 7 million users since 2023.<p>
<p>Serving over 8 million users since 2023.<p>
<p>Interstellar is a web proxy with a Clean and Sleek UI and easy to use menus. Our goal is to provide the best user experience to everyone.</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions static/assets/scripts/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ document.addEventListener('DOMContentLoaded', function (event) {
})

let splashtext = [
'Over 7 Million Users in 2023!',
'Fastest growing proxy server!',
'Made by Bubbo!',
'Over 8 Million Users since 2023',
'Fastest growing proxy server',
'Made by xBubbo',
'Check out discord.gg/interstellar :)',
'Thanks for using the site',
'Follow us on Tiktok (@useinterstellar)',
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1 class="title"><xn>Inter</xn>stellar</h1>
</div> --->
</div>
</div>
<script src="/assets/scripts/home.js?v=10"></script>
<script src="/assets/scripts/home.js?v=12"></script>
<script src="assets/scripts/index.js?v=9"></script>
<script src="./m/bundle.js?v=5"></script>
<script src="./m/config.js?v=5"></script>
Expand Down

0 comments on commit a937960

Please sign in to comment.