Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ValodokaGames committed Feb 11, 2024
1 parent d088e89 commit d6bed55
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
<head>
<link rel="shortcut icon" href="//www.digipuzzle.net/favicon.ico"></head>
<title>Play Games and Educational Games for Free | Valodoka</title>
</head>
<body>
<!--Scroller-->
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #808080;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #0000FF;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #00ffff;
}
</style>
<!--end of scroller-->
<div class="topnav">
<!--Page parts-->
<a class="active" href="/" title="School Apps Redirector Homepage"><image src="https://avatars.githubusercontent.com/u/159365921?u=053790b29c84bb4c77e07d0c704ef1e8b2530377&v=4" title="Valodoka Homepage" alt="Valodoka GitHub logo"></image>
Expand Down

0 comments on commit d6bed55

Please sign in to comment.