-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstproject.html
47 lines (39 loc) · 1.32 KB
/
firstproject.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
<!doctype html>
<html>
<head>
<title>firstproject</title>
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148961036-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148961036-1');
</script>
</head>
<body>
<h1><a href="firstproject.html">얼굴 걸고 하는 사이트</h1>
<img src="id_picture.jpg" width="20%" title="ceophoto">
<ol>
<li><a href="1.html" target="-blank"> HTML</li>
<li><a href="2.html" target="-blank"> CSS</li>
<li><a href="3.html" target="-blank"> JavaScript</li>
<li><a href="4.html" target="-blank"> promotional video </li>
</ol>
<!--실시간 채팅기능-->
<!--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/5d90a1976c1dde20ed040799/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>