File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,17 @@ <h1> 6th Grade</h1>
27
27
< h1 > 7/8th Grade</ h1 >
28
28
< button type ="button " id ="JoinClass78rd "> Reading 7/8</ button >
29
29
< button type ="button " Id ="JoinClass78wr "> Writing 7/8</ button >
30
+ < button type ="button " Id ="JoinClass78sp "> Writing 7/8</ button >
30
31
</ body >
31
32
< script type ="text/javascript ">
32
33
document . getElementById ( "JoinClass78rd" ) . onclick = function ( ) {
33
34
location . href = "https://www.example.com" ;
34
35
} ;
35
36
document . getElementById ( "JoinClass78wr" ) . onclick = function ( ) {
36
37
location . href = "https://www.example.com" ;
38
+ } ;
39
+ document . getElementById ( "JoinClass7sp" ) . onclick = function ( ) {
40
+ location . href = "https://classroom.google.com/join/aukpzy" ;
37
41
} ;
38
42
document . getElementById ( "JoinClass6rd" ) . onclick = function ( ) {
39
43
location . href = "https://www.example.com" ;
You can’t perform that action at this time.
0 commit comments