Skip to content

Instantly share code, notes, and snippets.

View huynhnguyen's full-sized avatar
🎯
Focusing

Nguyen Huynh huynhnguyen

🎯
Focusing
View GitHub Profile
@0frasure
0frasure / CDN Kit
Last active January 24, 2018 05:21
CDN Kit
<!-- Bootstrap -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<!-- Font Awesome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootlint-->
<script src="//maxcdn.bootstrapcdn.com/bootlint/0.11.0/bootlint.min.js"></script>
@bellbind
bellbind / index.html
Last active October 20, 2016 15:38
[browser] drawing Japan map (with canvas)
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<script src="script.js"></script>
</head>
<body><body>
</html>