Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johnnieng/d6c0097b7d7ba25baec8c1616e007b7c to your computer and use it in GitHub Desktop.
Save johnnieng/d6c0097b7d7ba25baec8c1616e007b7c to your computer and use it in GitHub Desktop.
Created on Cognitive Class Labs
Display the source blob
Display the rendered blob
Raw
<!DOCTYPE html><html lang="en-US"><head><meta name="robots" content="noindex, nofollow"><title>Box - Free Online File Storage, Internet File Sharing, Access Documents &amp; Files Anywhere, Backup Data, Share Files</title><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /><link href="https://cdn01.boxcdn.net/_assets/css/transition/style_not_found-pwZoby.css" rel="stylesheet" type="text/css" media="screen" /></head><body> <div class="center"> <a href="https://ibm.ent.box.com/" class="logo" ><img src="https://cdn01.boxcdn.net/_assets/img/not_found_box_logo-Czx5Gh.png" border="0" alt="Box" title="Box" /></a><div class="error_message error_message_not_found "><h2> This shared file or folder link has been removed. </h2> Think it’s a mistake? No worries: Just email the owner or get in touch with <a href="https://ibm.ent.box.com/help" target="_blank">Box support</a>. We’re here to help. Meantime, learn more about sharing files on Box – and other features, benefits and solutions – below. </div><div class="line line_top"><!-- --></div><p class="block block_share"> <a href="/signup" class="head_link" target="_blank">Share your files</a><br /> Sign up for a free <a href="https://ibm.ent.box.com/signup" target="_blank">Box</a> account.</p><div class="line line_top"><!-- --></div><p class="block block_learn"> <a href="https://www.box.com/business/products-and-features/" class="head_link" target="_blank">Explore Box</a><br /> Get to know our cool features, benefits and solutions.</p><div class="line"><!-- --></div><p class="block block_help"> <a href="https://support.box.com/hc/en-us/articles/200520998-What-are-Shared-Links-" class="head_link" target="_blank"> Help With Shared Links</a> <br />Find out more today.</p><div class="line"><!-- --></div></div><script type="text/javascript" src="https://cdn01.boxcdn.net/_assets/js/vendor/jquery/jquery-1.12.4.patch-1-0E4wJr.js"></script><script type="text/javascript">
$('.block')
.mouseenter(function() {
$(this).addClass('block_hover');
})
.mouseleave(function() {
$(this).removeClass('block_hover');
});
</script></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment