Skip to content

Instantly share code, notes, and snippets.

@jo-fu
jo-fu / index.html
Last active October 30, 2019 12:58
Advent Calendar
<html>
<head>
<title>Adventskalender</title>
<link href='https://fonts.googleapis.com/css?family=Mountains+of+Christmas:400,700' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="script.js" type="text/javascript"></script>
</head>
<body>
@jo-fu
jo-fu / index.html
Last active December 2, 2015 20:24
Canada map
<!DOCTYPE html>
<meta charset="utf-8">
<style>
html, body {
margin: 0;
padding: 0;
overflow: hidden;
height: 100%;
width: 100%;