yellow green

This commit is contained in:
fred 2023-04-02 02:56:31 +02:00
parent 624e06544a
commit 9115f4b136
1 changed files with 16 additions and 0 deletions

View File

@ -104,6 +104,14 @@
width: 55%;
}
#green {
background: black;
position: absolute;
top: 2%;
right: 2%;
width: 45%;
}
#ainfo {
background: grey;
position: absolute;
@ -145,7 +153,13 @@ TODO:
<div id="showoff">
<div id="container">
<!--
<button id="ginfo" onclick="javascript:var x = document.getElementById('green'); if (x.style.visibility === 'hidden') {x.style.visibility = 'visible';} else {x.style.visibility = 'hidden';}">0/1</button>
<div id="green" >
<iframe name="gframe" id="gframe" src="_STATION_" width="100%" height="480px"></iframe>
</div>
-->
<div class="slidecontainer">
@ -159,6 +173,8 @@ TODO:
</div>
<script>
document.getElementById('green').style.visibility === 'hidden'
function FriendWithMe() {
let cookies = document.cookie;
console.log(cookies);