-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDBII.html
More file actions
43 lines (41 loc) · 1.48 KB
/
Copy pathDBII.html
File metadata and controls
43 lines (41 loc) · 1.48 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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Course Details</title>
<link rel="stylesheet" href="Course.css" />
</head>
<body>
<div class="header">
<a href="index.html#courses"><div class="academy-name"><h2>CODEIN</h2></div></a>
<div class="course-title">Data Base II</div>
</div>
<div class="course-box">
<h2>Course Details</h2>
<div class="course-description">
<b>///////////////////////////////course-description////////////////////////////////</b>
</div>
<div class="chapter-box">
<div class="chapter-title">Chapter 1: /////// :</div>
<div class="chapter-detail">////////</div>
</div>
<div class="chapter-box">
<div class="chapter-title">Chapter 2: ////////// :</div>
<div class="chapter-detail">////////////////////////////</div>
</div>
<div class="chapter-box">
<div class="chapter-title">Chapter 3: /////////////// :</div>
<div class="chapter-detail">////////////////////////////////</div>
</div>
<div class="chapter-box">
<div class="chapter-title">Chapter 4: /////////////// :</div>
<div class="chapter-detail">/////////////////////////////////////////////</div>
</div>
<div class="chapter-box">
<div class="chapter-title">Chapter 5: //////////// :</div>
<div class="chapter-detail">///////////////////////////////////////////</div>
</div>
</div>
</body>
</html>