Skip to content

Commit

Permalink
Replace javascript with CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
SRAZKVT committed Jan 15, 2022
1 parent 1ba21e3 commit 434dd99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
<meta charset="UTF-8">
<title>OrnitheMC</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body class="page">
<div class="content">
Website currently under construction.<br/>
Please be patient!<br/>
&#60;~~~~~~~~~~&gt;
<a onmouseover="linkMouseOver(this)" onmouseleave="linkMouseLeave(this)" href="https://discord.gg/JbRbRf62pn">Visit the Discord Server!</a>
<a onmouseover="linkMouseOver(this)" onmouseleave="linkMouseLeave(this)" href="https://github.com/OrnitheMC">Go to the GitHub Organization!</a>
<a href="https://discord.gg/JbRbRf62pn">Visit the Discord Server!</a>
<a href="https://github.com/OrnitheMC">Go to the GitHub Organization!</a>
</div>
</body>
</html>
</html>
6 changes: 0 additions & 6 deletions script.js

This file was deleted.

6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

nav.top {

}
}

0 comments on commit 434dd99

Please sign in to comment.