-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.html
20 lines (19 loc) · 826 Bytes
/
page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F0T6E2FFXT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F0T6E2FFXT');
</script>
<title>My Second Page</title>
</head>
<body>
We love One Piece. Back <a href="home.html">Home</a>. <br/>
<a href="http://www.facebook.com/">Facebook</a>、
<a href="http://instagram.com/">Instagram</a>
<iframe width="560" height="315" src="https://www.youtube.com/embed/JCpennbZFus?si=V1tZWbg8kAgutZxu&enablejsapi=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</body>
</html>