Source Code
This is an Arkeno.net page go to the main page for details!
This is an Arkeno.net page go to the main page for details!
Arkeno is a Completely free Orginization Made Unofficialy on 11 March 2020 and officialy on 5th December 2024 After 4 years.
We Give our Source Code Of our HTML to everyone but not the Sites.google.com as I can not Share it for some reason.
We are Semi-Opensource
for more you can go to our Github.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arkeno</title>
<style>
body {
background-color: grey;
color: white; /* White text to contrast with grey background */
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.container {
padding: 20px;
}
h1 {
color: #FFD700; /* Gold color for the main heading */
}
p {
font-size: 1.2em;
}
a {
color: #00FFFF; /* Cyan links to make them stand out */
text-decoration: none;
}
a:hover {
text-decoration: underline; /* Add underline on hover for links */
}
ul {
list-style-type: disc;
padding-left: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>Arkeno</h1>
<p> Welcome to the Page of Arkeno
<p>This is the Arkeno Links:</p>
<ul>
<li><a href="https://scratch.mit.edu/studios/33705947" target="_blank">Arkeno Scratch Studio</a></li>
<li><a href="https://lichess.org/team/dudesof_chess" target="_blank">Dudes of Chess on Lichess</a></li>
</ul>
<p>As a small group, we make games on Scratch. We will try to make it fun!</p>
<p>The server IP is <strong>Qr4survivialonly.aternos.me</strong>. It will be on during Chess event days. Check in the Chess Group Chat for events of all Arkeno.</p>
</div>
</body>
</html>