diff --git a/app/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 b/app/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 new file mode 100644 index 0000000..efa300c Binary files /dev/null and b/app/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 differ diff --git a/app/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 b/app/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 new file mode 100644 index 0000000..52b6d69 Binary files /dev/null and b/app/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 differ diff --git a/img/greenlock-mark-400x400.png b/app/img/greenlock-mark-400x400.png similarity index 100% rename from img/greenlock-mark-400x400.png rename to app/img/greenlock-mark-400x400.png diff --git a/app/index.html b/app/index.html index 73790ae..10490e9 100644 --- a/app/index.html +++ b/app/index.html @@ -2,17 +2,81 @@
'use strict';
+
+ node.js https server example
+ 'use strict';
var https = require('https');
var server = https.createServer({
@@ -181,7 +245,7 @@
}).listen(443, function () {
console.log('Listening on', this.address());
})
-
+