I recently noticed a peculiar link on the Font Awesome homepage that seems to work without including http or https.
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
This made me wonder, what does // actually mean in this context?