fixed corntv button being removed
This commit is contained in:
parent
8b18cf60b2
commit
e7a348fb46
11
index.html
11
index.html
|
@ -6,7 +6,7 @@
|
|||
<title>Freecorn's Server</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="footer.css">
|
||||
<link rel="icon" type="image/x-icon" href="../favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="./favicon.ico">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu">
|
||||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
||||
<meta property="og:title" content="Freecorn's Server">
|
||||
|
@ -33,6 +33,15 @@
|
|||
<span class="button-text">OpenWebRX WebSDR</span>
|
||||
</div>
|
||||
</button>
|
||||
</button>
|
||||
<a href="https://freecorn1854.win/corntv">
|
||||
<button class="custom-button steam">
|
||||
<div class="color-part"></div>
|
||||
<div class="button-content">
|
||||
<img class="button-image" src="./images/corntvlogo.png" alt="Button Logo" style="width: 4em; height: auto;">
|
||||
<span class="button-text">CornTV Info</span>
|
||||
</div>
|
||||
</button>
|
||||
<a href="https://nonfree.freecorn1854.win/shortstack">
|
||||
<button class="custom-button steam">
|
||||
<div class="color-part"></div>
|
||||
|
|
Loading…
Reference in a new issue