-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage3.html
More file actions
33 lines (30 loc) · 1.21 KB
/
page3.html
File metadata and controls
33 lines (30 loc) · 1.21 KB
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
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Cache-Control" content=no-store>
<meta http-equiv="Expires" content="0">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom courses</title>
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="hello.css?v=123">
</head>
<body>
<h1 style="text-align: center;"><b>Courses - Page 3</b></h1>
<div style="text-align:center; margin-bottom: 20px;">
</div>
<div class="container">
<div class="box text-box">
<h1 style="text-align: center;">Custom Courses</h1>
<h2 style="text-align: center;">
<b>
<button class="qc" style="width: fit-content; height: fit-content;" onclick='document.location="./custom/custom.html"'>Import</button>
</b>
</h2>
<h4>Description: Import your own courses!</h4>
</div>
</div>
<div class="box code-box">
</div>
<h2 style="text-align: center;"><b><button class="qc" style="width: fit-content; height: fit-content;" onclick='document.location="page2.html"'>Back to Page 2</button></b></h2>
</body>