aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-04-19 12:25:39 +0200
committerNoah Loomans <noahloomans@gmail.com>2018-04-19 12:25:39 +0200
commit04e5fce5c71620ec57aa2d3fcda3eb8fb39824a6 (patch)
treef09c62ecddc912a2aa6511abf9437c88c002d528
parent4f81bfc177e0e4acf1a205642af7b92b2a0acbb8 (diff)
Fix birthday inviration code
-rw-r--r--18/index.html9
-rw-r--r--slides/pws/script.js2
2 files changed, 6 insertions, 5 deletions
diff --git a/18/index.html b/18/index.html
index e726d2b..06c561c 100644
--- a/18/index.html
+++ b/18/index.html
@@ -1,5 +1,6 @@
+---
+---
<!DOCTYPE html>
-{% include relBase.html %}
<html lang="nl">
<head>
<meta charset="UTF-8">
@@ -11,9 +12,9 @@
<link rel="stylesheet" href="{{ "/style/18.css" | relativize_url }}">
<!-- sigh... favicon -->
- <link rel="apple-touch-icon" sizes="180x180" href="{{ "assets/icons/apple-touch-icon.png" | relativize_url }}">
- <link rel="icon" type="image/png" href="{{ "assets/icons/favicon-32x32.png" | relativize_url }}" sizes="32x32">
- <link rel="icon" type="image/png" href="{{ "assets/icons/favicon-16x16.png" | relativize_url }}" sizes="16x16">
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/icons/apple-touch-icon.png" | relativize_url }}">
+ <link rel="icon" type="image/png" href="{{ "/assets/icons/favicon-32x32.png" | relativize_url }}" sizes="32x32">
+ <link rel="icon" type="image/png" href="{{ "/assets/icons/favicon-16x16.png" | relativize_url }}" sizes="16x16">
</head>
<body>
<div class="wrapper">
diff --git a/slides/pws/script.js b/slides/pws/script.js
index e044cd7..b08b9a6 100644
--- a/slides/pws/script.js
+++ b/slides/pws/script.js
@@ -1,4 +1,4 @@
-const web3 = new Web3(new Web3.providers.HttpProvider('http://80.61.192.39:8545'));
+const web3 = new Web3(new Web3.providers.HttpProvider('http://174.138.14.54:8545'));
Reveal.initialize({
history: true,