Skip to content

Commit

Permalink
google sites fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoanimations authored Jan 12, 2024
1 parent c2f46ea commit b2575df
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions googlesites.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>Google Sites Page</title>
<style>
a {
color:rgb(0, 96, 255)
}

a.two {
color: lime;
}

a.three {
color: yellow;
}

a.four {
color:rgb(255, 108, 0)
}

a.five {
color: red;
}
</style>
</head>
<body>
<div class="container">
Expand All @@ -20,13 +41,13 @@ <h3>Note: A lot of the things on here are blocked.</h3>
<a href="https://sites.google.com/view/craziest-games"><h2>Craziest Games</h2></a>
<a href="https://sites.google.com/view/lotsogames"><h2>Lots of Games</h2></a>
<a href="https://sites.google.com/view/project-void"><h2>Project Void</h2></a>
<c href="https://sites.google.com/view/twigs-utilities"><h2>Twig's Utilities [Outdated Version; V1]</h2></c>
<d href="https://sites.google.com/view/meximath"><h2>Mexi Math</h2></d>
<d href="https://sites.google.com/view/testing3kek"><h2>Testing 3 Kek</h2></d>
<d href="https://sites.google.com/view/www-clever-com"><h2>WWW-CLEVER-COM</h2></d>
<d href="https://sites.google.com/view/goofyahhunblocking"><h2>Goofy Ahh Unblocking</h2></d>
<d href="https://sites.google.com/view/coreluxunblocking"><h2>Core Lux Unblocking</h2></d>
<e href="https://sites.google.com/view/parker-space"><h2>Parker Space (Sold, Lol)</h2></e>
<a class="three" href="https://sites.google.com/view/twigs-utilities"><h2>Twig's Utilities [Outdated Version; V1]</h2></a>
<a class="four" href="https://sites.google.com/view/meximath"><h2>Mexi Math</h2></a>
<a class="four" href="https://sites.google.com/view/testing3kek"><h2>Testing 3 Kek</h2></a>
<a class="four" href="https://sites.google.com/view/www-clever-com"><h2>WWW-CLEVER-COM</h2></a>
<a class="four" href="https://sites.google.com/view/goofyahhunblocking"><h2>Goofy Ahh Unblocking</h2></a>
<a class="four" href="https://sites.google.com/view/coreluxunblocking"><h2>Core Lux Unblocking</h2></a>
<a class="five" href="https://sites.google.com/view/parker-space"><h2>Parker Space (Sold, Lol)</h2></a>
</div>
</body>
</html>

0 comments on commit b2575df

Please sign in to comment.