-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (33 loc) · 834 Bytes
/
Copy pathindex.html
File metadata and controls
46 lines (33 loc) · 834 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>
UBC scheduling
</title>
<link rel="icon" type="image/" href="/images/approved.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="script.js"> </script>
</head>
<body>
<div id="home">
<heading class="title">
UBC Scheduling
</heading>
<h1 class="greeting">
Hi Hacker! Let's start working now!
</h1>
<h2 class="start working">
Today, personally recommend you to do:
</h2>
</div>
<a href="courses.html">
<button class="button">
<b>+</b>
</button>
</a>
<script src="https://replit.com/public/js/replit-badge.js" theme="blue" defer></script>
</body>
</html>