summaryrefslogtreecommitdiff
path: root/reveal.js/gateway.html
diff options
context:
space:
mode:
authorSimeon Simeonov2020-11-30 09:54:21 +0100
committerSimeon Simeonov2020-11-30 09:54:21 +0100
commit97e8b1c6ed35e84097f035a056d1c938b9942d11 (patch)
tree8bb08f2cf43b404ffb465a4ec2e9e907dd5a424c /reveal.js/gateway.html
parent0665c646705f29fb4a5274e4a1a0bfb3cc713366 (diff)
Update old presentations
Diffstat (limited to 'reveal.js/gateway.html')
-rw-r--r--reveal.js/gateway.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/reveal.js/gateway.html b/reveal.js/gateway.html
index 90ff7f8..4996a9c 100644
--- a/reveal.js/gateway.html
+++ b/reveal.js/gateway.html
@@ -4,14 +4,17 @@
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>API gateway</title> 5 <title>API gateway</title>
6 <meta name="author" content="Simeon Simeonov"> 6 <meta name="author" content="Simeon Simeonov">
7 <meta name="apple-mobile-web-app-capable" content="yes"> 7 <meta name="apple-mobile-web-app-capable" content="yes">
8 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> 8 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
9 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> 9
10 <link rel="stylesheet" href="css/reveal.css"> 10 <meta name="viewport" content="width=device-width, initial-scale=1.0">
11 <link rel="stylesheet" href="css/theme/serif.css" id="theme"> 11
12 <link rel="stylesheet" href="dist/reset.css">
13 <link rel="stylesheet" href="dist/reveal.css">
14 <link rel="stylesheet" href="dist/theme/serif.css" id="theme">
12 15
13 <!-- Theme used for syntax highlighting of code --> 16 <!-- Theme used for syntax highlighting of code -->
14 <link rel="stylesheet" href="lib/css/zenburn.css"> 17 <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
15 <!-- Printing and PDF exports --> 18 <!-- Printing and PDF exports -->
16 <script> 19 <script>
17 var link = document.createElement( 'link' ); 20 var link = document.createElement( 'link' );