-
Notifications
You must be signed in to change notification settings - Fork 0
/
expage.html
27 lines (27 loc) · 985 Bytes
/
expage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<title>Clutter (.scratch.mit.edu) 2022</title>
<link rel="stylesheet" href="style.css">
<script>
// When the user clicks on <div>, open the popup
function myFunction() {
var popup = document.getElementById("myPopup");
popup.classList.toggle("show");
}
</script>
<div class="title">
<h1>Clutter</h1>
</div>
<p>W.I.P site.</p>
<a id="link" href="https://scratch.mit.edu/join">Join Scratch today to login to Clutter!</a>
<a id="link" href="#"> | </a>
<a id="link" href="index.html"> Home </a>
<a id="link" href="https://scratch.mit.edu"> Scratch Website </a>
<div class="popup" onclick="myFunction()"> Forums
<span class="popuptext" id="myPopup">Not available to show yet!</span>
</div>
<div class="popup" onclick="myFunction()"> Support
<span class="popuptext" id="myPopup">Not available to show yet!</span>
</div>
<div class="popup" onclick="myFunction()"> About Clutter
<span class="popuptext" id="myPopup">Not available to show yet!</span>
</div>
<h2>Example Page</h2>