Skip to content

Instantly share code, notes, and snippets.

@conanak99
Last active July 24, 2018 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conanak99/1819c83eabd0e6dd0841c38bd7cf1f41 to your computer and use it in GitHub Desktop.
Save conanak99/1819c83eabd0e6dd0841c38bd7cf1f41 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Tài liệu học tập</title>
</head>
<body>
<ul>
<li><a href="http://jav.av">Tài liệu Nhật</a></li>
<li><a href="http://kav.av">Tài liệu Hàn</a></li>
<li><a href="http://vav.av">Tài liệu Việt</a></li>
</ul>
</body>
<!-- Thư viện jQuery trước tiên -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Một số thư viện đi kèm -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.0/sweetalert.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-thiendia/1.0.0/jquery-thiendia.min.js"></script>
<!-- Code JavaScript viết thêm, nếu dài có thể bỏ file riêng -->
<script>
$(document).ready(function() {
var sweetAlert = swal;
sweetAlert('Welcome to Thiên Địa, kho tài liệu học tập hàng đầu Việt Nam');
});
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment