-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 1.14 KB
/
index.html
File metadata and controls
32 lines (27 loc) · 1.14 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
<!DOCTYPE html>
<head>
<title>네트워크 수업</title>
<meta charset="utf-8">
</head>
<body>
<span style = "font-size:24px;"><strong> 닥터 스트레인지</strong></span>
<ol type="1">
<a href="page1.html" target="_blank" title="닥터스트레인지">
<li>목록1</li>
</a>
<a href="page2.html" target="_blank" title="닥터스트레인지">
<li>목록2</li>
</a>
<a href="page3.html" target="_blank" title="닥터스트레인지">
<li>목록3</li>
</a>
</ol>
<iframe width="560" height="315" src="https://www.youtube.com/embed/niEalGA414k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div id="disqus_thread"></div>
<script src="discus.js"> </script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<!--Start of Tawk.to Script-->
<script type="text/javascript" src = "Tawk.js"> </script>
<!--End of Tawk.to Script-->
</body>
</html>