-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage_2.html
More file actions
28 lines (23 loc) · 969 Bytes
/
page_2.html
File metadata and controls
28 lines (23 loc) · 969 Bytes
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
28
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="page_2.css">
</head>
<body>
<h1 align="center">Class Seating Arrangement</h1>
<div class="classroom" id="classroom"></div>
<!-- Brown banner with icon buttons at the bottom -->
<div class="banner">
<div class="icon-button" onclick="edit()">
<span class="material-symbols-outlined">edit</span>
<span>Edit</span>
</div>
<div class="icon-button" onclick="loadPage_2()">
<span class="material-symbols-outlined">refresh</span>
<span>Randomise</span>
</div>
<div class="icon-button" onclick="downloadPageAsImage()">
<span class="material-symbols-outlined">download</span>
<span>Download</span>
</div>
</div>
</body>