Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 19 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gayming Technology Network</title>
<link rel="stylesheet" href="https://cdn.puffercat.xyz/c/debil-css/pro.css">
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/GTN-Main/GTN-branding/refs/heads/main/GTN-logo-pride.png">
<link rel="icon" type="image/png"
href="https://raw.githubusercontent.com/GTN-Main/GTN-branding/refs/heads/main/GTN-logo-pride.png">
<script src="https://cdn.puffercat.xyz/c/windows-update/gospodarz.js"></script>
<style>
* {
Expand All @@ -31,7 +32,7 @@
padding: 5px;
}

iframe {
#YouTubevideoplayer {
flex: 1;
}

Expand All @@ -46,8 +47,10 @@
<body>
<main class="wyswietlacz-elastyczny">
<div class="wyswietlacz-elastyczny">
<div class="czcionka-nie-ma-szeryfa czcionka-niemale kolor-biale kafel" style="min-height: 50dvh; align-items: stretch;">
Gayming Technology Network is a new, groundbreaking game development studio that keeps up with trends and gamer
<div class="czcionka-nie-ma-szeryfa czcionka-niemale kolor-biale kafel"
style="min-height: 50dvh; align-items: stretch;">
Gayming Technology Network is a new, groundbreaking game development studio that keeps up with trends and
gamer
needs. The studio's productions will have high standard very good for average gamers. A hunter-type game,
after
its official release, will rank among the most played games due to its uniqueness and advanced mechanics,
Expand All @@ -56,15 +59,20 @@
be
loved by millions, or even billions, of people.
</div>
<img class="kafel" src="https://raw.githubusercontent.com/GTN-Main/GTN-branding/refs/heads/main/GTN-logo-pride.png"
<img class="kafel"
src="https://raw.githubusercontent.com/GTN-Main/GTN-branding/refs/heads/main/GTN-logo-pride.png"
alt="GTN logo">
</div>
<iframe src="https://www.youtube-nocookie.com/embed/UgPdGWyvk1c" title="YouTube video player"
frameborder="0" class="kafel"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="no-referrer" allowfullscreen>
</iframe>
<div class="wyswietlacz-elastyczny wymiary-wysokosc-za-duza" style="flex-wrap: wrap;">
<iframe src="https://www.youtube-nocookie.com/embed/UgPdGWyvk1c" title="YouTube video player"
id="YouTubevideoplayer" frameborder="0" class="kafel"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="no-referrer" allowfullscreen>
</iframe>
<iframe src="https://snowflake.torproject.org/embed.html" width="320" frameborder="0" class="kafel"
Copy link

Copilot AI Oct 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The frameborder attribute is deprecated in HTML5. Use CSS border: none; instead or remove it since modern browsers default to no border.

Suggested change
<iframe src="https://snowflake.torproject.org/embed.html" width="320" frameborder="0" class="kafel"
<iframe src="https://snowflake.torproject.org/embed.html" width="320" class="kafel"

Copilot uses AI. Check for mistakes.
Comment on lines +68 to +72
Copy link

Copilot AI Oct 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The frameborder attribute is deprecated in HTML5. Use CSS border: none; instead or remove it since modern browsers default to no border.

Suggested change
id="YouTubevideoplayer" frameborder="0" class="kafel"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="no-referrer" allowfullscreen>
</iframe>
<iframe src="https://snowflake.torproject.org/embed.html" width="320" frameborder="0" class="kafel"
id="YouTubevideoplayer" class="kafel"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="no-referrer" allowfullscreen>
</iframe>
<iframe src="https://snowflake.torproject.org/embed.html" width="320" class="kafel"

Copilot uses AI. Check for mistakes.
scrolling="no"></iframe>
Copy link

Copilot AI Oct 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Snowflake iframe is missing required accessibility attributes. Add a title attribute to describe the iframe's purpose for screen readers.

Suggested change
scrolling="no"></iframe>
title="Tor Snowflake proxy embed" scrolling="no"></iframe>

Copilot uses AI. Check for mistakes.
</div>
</main>
</body>

</html>
</html>