Skip to content

Instantly share code, notes, and snippets.

@rdtsc
rdtsc / index.html
Created April 20, 2016 15:33
NW.js Issue #4749
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NW.js</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
@rdtsc
rdtsc / index.html
Created March 28, 2016 11:31
NW.js PDF Reader Test
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NW.js PDF Test</title>
<style>
html, body, object {
margin: 0;
padding: 0;
width: 100%;
@rdtsc
rdtsc / index.html
Created May 18, 2015 02:55
NW.js Launcher Demo
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NW.js Launcher Demo</title>
<style>
body {
font-family: sans-serif;
}
@rdtsc
rdtsc / app.css
Created March 17, 2015 03:48
NW.js Windows PDF Printing Demo
body {
font-family: sans-serif;
}
section {
margin-bottom: 40px;
}
h1 {
font-size: 20px;
@rdtsc
rdtsc / app.css
Created May 27, 2014 22:38
Node-Webkit Page Capture Demo
body {
background-image: linear-gradient(to right, #00F, #0F0, #F00);
font-family: sans-serif;
}
.controls {
text-align: center;
}
.content {