Skip to content

Commit d9d2748

Browse files
authored
Update join-the-class.html
1 parent 13b2848 commit d9d2748

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/join-the-class.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ <h1> 6th Grade</h1>
2727
<h1> 7/8th Grade</h1>
2828
<button type="button" id="JoinClass78rd">Reading 7/8</button>
2929
<button type="button" Id="JoinClass78wr">Writing 7/8</button>
30+
<button type="button" Id="JoinClass78sp">Writing 7/8</button>
3031
</body>
3132
<script type="text/javascript">
3233
document.getElementById("JoinClass78rd").onclick = function () {
3334
location.href = "https://www.example.com";
3435
};
3536
document.getElementById("JoinClass78wr").onclick = function () {
3637
location.href = "https://www.example.com";
38+
};
39+
document.getElementById("JoinClass7sp").onclick = function () {
40+
location.href = "https://classroom.google.com/join/aukpzy";
3741
};
3842
document.getElementById("JoinClass6rd").onclick = function () {
3943
location.href = "https://www.example.com";

0 commit comments

Comments
 (0)