mirror of
https://github.com/tiennm99/20200411.git
synced 2026-08-05 00:24:12 +00:00
101 lines
3.3 KiB
HTML
101 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Gửi em yêu!</title>
|
|
<link rel="shortcut icon" href="/img/icon.ico" type="image/x-icon" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
|
|
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Dancing+Script:700" rel="stylesheet">
|
|
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dancing+Script:400,700&subset=vietnamese">
|
|
<link rel="stylesheet" href="css/style2.css">
|
|
<link rel="stylesheet" href="css/juno_okyo.css">
|
|
<link rel="stylesheet" href="css/vegas.min.css">
|
|
<script>
|
|
/* EDIT HERE */
|
|
var CONFIG = {
|
|
background: '',
|
|
content: [{
|
|
text: 'Hi Bé Ba của anh!\n',
|
|
delay: 2000
|
|
}, {
|
|
text: 'Vậy là mình yêu nhau cũng đã được một năm rồi\n',
|
|
delay: 1000
|
|
}, {
|
|
text: 'Đoạn đường đã qua có vui, cũng có buồn...\n',
|
|
delay: 1000
|
|
}, {
|
|
text: '...và qua mỗi lần vui buồn ấy, mình lại hiểu nhau hơn,\n',
|
|
delay: 1000
|
|
}, {
|
|
text: '...gần gũi nhau hơn,...\n',
|
|
delay: 1000
|
|
}, {
|
|
text: '...yêu nhau nhiều hơn...\n',
|
|
delay: 1000
|
|
}, {
|
|
text: 'Và em đã trở thành một cô gái không thể thiếu của đời anh\n',
|
|
delay: 1000
|
|
}, {
|
|
text: 'Hãy cùng nhau viết thêm nhiều năm nữa, chứ không chỉ là 1, em nhé...\n',
|
|
delay: 1000
|
|
}, {
|
|
text: '- Bé yêu của anh!\n',
|
|
delay: 1000
|
|
}, {
|
|
text: 'Anh yêu em nhiều <3\n',
|
|
delay: 1000
|
|
}]
|
|
};
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container mt-4 layer">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="thu">
|
|
<div class="thuTitle text-center">
|
|
<div class="something">Gửi Vy, cục cưng của anh^^</div>
|
|
</div>
|
|
<div class="content">
|
|
<div class="tamthu p-5">
|
|
<p id="txt"></p>
|
|
</div>
|
|
<div class="col-12 text-center">
|
|
<div class="btn btn-primary mb-5"><a href="https://www.facebook.com/messages/t/Tien.NM99"
|
|
style="color: #f4f4f4;"><3<i class="fab fa-facebook-messenger ml-2"></i></a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
|
|
<script src="https://unpkg.com/sweetalert@2.0.8/dist/sweetalert.min.js"></script>
|
|
<script src="js/juno_okyo.min.js"></script>
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-45794712-25"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-45794712-25');
|
|
</script>
|
|
|
|
<script src="javascript/charming.js"></script>
|
|
<script src="javascript/anime.js"></script>
|
|
<script src="javascript/scrollMonitor.js"></script>
|
|
<script src="javascript/myscript2.js"></script>
|
|
</body>
|
|
|
|
</html>
|