mirror of
https://github.com/DerTyp7/tealfire-website.git
synced 2025-10-29 12:52:11 +01:00
Removed ts3viewer
This commit is contained in:
10
index.html
10
index.html
@@ -13,15 +13,5 @@
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
<script language="javascript">
|
||||
(function () {
|
||||
var c = document.createElement("script"),
|
||||
s = document.getElementsByTagName("script")[0];
|
||||
c.type = "text/javascript";
|
||||
c.async = true;
|
||||
c.src = "https://ts3index.com/viewer/script.js";
|
||||
s.parentNode.insertBefore(c, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user