-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bpvidpg.html
62 lines (56 loc) · 1.95 KB
/
Bpvidpg.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Chapter Name| Brainphront</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="http://www.blankwebsite.com/">HOME</a></li>
<li><a href="http://www.blankwebsite.com/">FAQs</a></li>
<li><a href="http://www.blankwebsite.com/">BLOGS</a></li>
<li><a href="http://www.blankwebsite.com/">QUIZ</a></li>
<li><a href="http://www.blankwebsite.com/">CONTACT US</a></li>
</ul>
</nav>
</header>
<h2>CHAPTER NAME</h2>
<h5>USERNAME</h5><br>
<p>MASTERY POINTS<br>COURSE SUMMARY<br>MODULES:<br>MODULE #1<br>(progress bar)<br>MODULE #2<br>MODULE #3<br>MODULE #4<br>MODULE #5</p>
<!--2.Audio/Video-->
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/0tV5GQ38JQc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
<p>
MODULE #1:<br>
TOPIC #1:<br>
Description of the content.Descri....
(Video in progress....)
</p>
<a href="http://www.blankwebsite.com/">ATTEMPT QUIZ</a>
<p>
TOPIC #2:
Description of the content.Description of the<br>
TOPIC #3:
Description of the content.Description of the<br>
TOPIC #4:
Description of the content.Description of the<br>
TOPIC #5:
Description of the content.Description of the<br>
</p>
<br>
<ul>
<li>Module #2</li>
<li>Module #3</li>
<li>Module #4</li>
<li>Module #5</li>
</ul>
<hr>
<footer>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.<br>Copyright ©Brainphront.All rights reserved.
</footer>
</body>
</html>