Skip to content

Instantly share code, notes, and snippets.

View jesperkc's full-sized avatar

Jesper Strange Klitgaard Christiansen jesperkc

View GitHub Profile
Theme
https://marketplace.visualstudio.com/items?itemName=sdras.night-owl
Plugins
https://prettier.io/docs/en/editors.html#visual-studio-code
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@jesperkc
jesperkc / jsbin.ukozIWU.html
Last active April 19, 2018 06:13
Bootstrap side nav
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Bootstrap side nav" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://getbootstrap.com/dist/js/bootstrap.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>