-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.html
More file actions
78 lines (65 loc) · 3.12 KB
/
page.html
File metadata and controls
78 lines (65 loc) · 3.12 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
</head>
<<body>
<!--<span style="font-size:24px;"><strong>성찰 교실</strong>><br>-->
<<title> 헉! </title>
<a href="2.html"><h1>성찰교실</h1></a>
<ol>
<li>목록1</li>
<li>목록2</li>
<li>목록3</li>
</ol>
<table border="1", bordercolor = "blue">
<tr>
<td bgcolor = "blue" colspan="2">headjkjkkdkfd</td>
<td width = "500" height = "500">98.1%</td>
</tr>
<tr align = "center">
<td rowspan="1">html</td>
<td>97.9%</td>
</tr>
</table>
<a href="https://ggm.hs.kr/" target="_blank" title="겜마고"> 경기게임마이스터고</a><br>
<img src="Son.jpg" width="400" title="손흥민"><br>
<img src = "D:\RunSon.jpg"><br>
<p><i>대한민국 국적의 <u>토트넘 홋스퍼</u> FC 소속 축구선수. 주 포지션은 윙어[31]이며 현재 대한민국 축구 국가대표팀 주장을 맡고 있다.</p>
<p style="margin-topL40px; color:#2828CD">잉글랜드 프리미어 리그와 UEFA 챔피언스 리그 아시아인 중에서는 역대 최다 득점자이자
발롱도르 후보 30인[32]과 아시아 선수 최초의 FIFA FIFPro 월드 XI 후보 55인[33]에 선정된 선수이다. FIFA 푸스카스상을 수상했으며
프리미어 리그 이달의 선수에 3회 선정되었고, 아시아 선수 최초로 PFA 올해의 팀[34]에 이름을 올렸다.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/wjpFsXPucAE" 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>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://khjtoynetwork.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</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">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/626791817b967b11798c841a/1g1i90p5j';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>