Created
September 17, 2014 07:29
-
-
Save helb/85a061ab86850c6210da to your computer and use it in GitHub Desktop.
cz.nic lista
This file contains hidden or 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
<link rel="stylesheet" type="text/css" href="//www.nic.cz/static/css/widgets/projects-bar.css"> | |
<script type="text/javascript" src="//www.nic.cz/static/js/widgets/projects-bar.js"></script> | |
<script type="text/javascript"> | |
window.onload = function() { | |
new nicWidgets.topBar("CS"); // nebo "EN"… | |
}; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment