Skip to content

Instantly share code, notes, and snippets.

View skobba's full-sized avatar

Gjermund Skobba skobba

View GitHub Profile
@skobba
skobba / chat.html
Created December 21, 2020 15:04
Puzzel
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Puzzel Chat</title>
<style type="text/css">
[data-puzzel-chat] {
font-family: 'Open Sans', sans-serif;
}
@skobba
skobba / voyager.html
Created December 22, 2020 09:46
GraphQL Voyager
<!DOCTYPE html>
<html>
<head>
<style>
body {
height: 100%;
margin: 0;
width: 100%;
overflow: hidden;
}