This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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