-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenrolled.html
37 lines (33 loc) · 1.21 KB
/
enrolled.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>enroll</title>
<meta charset="UTF-8" />
<meta name="description" content="a full website for the csci 305 cource contain the syllabus and many others">
<meta name="keywords" content="html,css,bootstrap, csci305, liu,project">
<meta name="author" content="Mohammad Omar">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<h1>CSCI<span>305</span></h1>
<nav>
<a href="index.html">Home</a>
<a href="Syllabus.html">Syllabus</a>
<a class="selected" href="enroll.html">enroll</a>
<a href="online.html">online Sources</a>
</nav>
</header>
<!-- ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc -->
<h1 id="enrolled">You are successfuly enrolled</h1>
<img id="enrolledIMG" src="images/smile.png" alt="smiley">
<!-- ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc -->
<footer>
<h3>© Mohammad<span>Omar</span></h3>
<a href="http://www.liu.edu.lb" target="_blank">
<h3 id="right">Lebanese international university</h3>
</a>
</footer>
</body>
</html>