mirror of
https://github.com/DerTyp7/tealfire-website.git
synced 2025-10-28 12:22:14 +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>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import "@styles/TeamSpeak.scss";
|
||||
import TsViewer from "./TsViewer";
|
||||
|
||||
export default function TeamSpeak() {
|
||||
return (
|
||||
@@ -18,7 +17,6 @@ export default function TeamSpeak() {
|
||||
Open In TeamSpeak
|
||||
</button>
|
||||
</div>
|
||||
<TsViewer />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
import "@styles/TsViewer.scss";
|
||||
|
||||
export default function TsViewer() {
|
||||
return (
|
||||
<div className="tsViewer">
|
||||
<a
|
||||
className="ts3index-stats"
|
||||
href="https://ts3index.com/?page=server&id=299798"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
src="https://ts3index.com/banner/s012_299798.png"
|
||||
alt="TS3index.com"
|
||||
/>
|
||||
</a>
|
||||
<div
|
||||
className="ts3index-viewer"
|
||||
data-serverid="299798"
|
||||
data-style="icons=ts5&colorpack=default&clientc=EDEDED&clientb&clickable"
|
||||
>
|
||||
<a href="/">
|
||||
Viewer couldn't be loaded. <br />
|
||||
Wait a minute and reload the page.
|
||||
</a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://ts3index.com/?page=server&id=299798">Ts3Index</a>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user