|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | | - <meta name="generator" content="Hugo 0.128.2"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> |
| 4 | + <meta name="generator" content="Hugo 0.128.2"> |
5 | 5 | <meta charset="utf-8" /> |
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"><title>EMBA BEYOND | Home </title><meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 | <meta name="description" content="" /> |
8 | 8 | <meta property="og:image" content=""/> |
9 | | - <link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="EMBA BEYOND" /> |
10 | | - <meta property="og:url" content="http://localhost:1313/"> |
| 9 | + <link rel="alternate" type="application/rss+xml" href="https://www.securefirmware.de/index.xml" title="EMBA BEYOND" /> |
| 10 | + <meta property="og:url" content="https://www.securefirmware.de/"> |
11 | 11 | <meta property="og:site_name" content="EMBA BEYOND"> |
12 | 12 | <meta property="og:title" content="EMBA BEYOND"> |
13 | 13 | <meta property="og:locale" content="en_us"> |
14 | 14 | <meta property="og:type" content="website"> |
15 | 15 |
|
16 | 16 | <meta name="twitter:card" content="summary"> |
17 | 17 | <meta name="twitter:title" content="EMBA BEYOND"> |
18 | | -<script src="http://localhost:1313/js/feather.min.js"></script> |
| 18 | +<script src="https://www.securefirmware.de/js/feather.min.js"></script> |
19 | 19 |
|
20 | 20 |
|
21 | | - <link href="http://localhost:1313/css/fonts.b685ac6f654695232de7b82a9143a46f9e049c8e3af3a21d9737b01f4be211d1.css" rel="stylesheet"> |
| 21 | + <link href="https://www.securefirmware.de/css/fonts.b685ac6f654695232de7b82a9143a46f9e049c8e3af3a21d9737b01f4be211d1.css" rel="stylesheet"> |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | | - <link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313/css/main.2f9b5946627215dc1ae7fa5f82bfc9cfcab000329136befeea5733f21e77d68f.css" /> |
26 | | - <link id="darkModeStyle" rel="stylesheet" type="text/css" href="http://localhost:1313/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" /> |
| 25 | + <link rel="stylesheet" type="text/css" media="screen" href="https://www.securefirmware.de/css/main.2f9b5946627215dc1ae7fa5f82bfc9cfcab000329136befeea5733f21e77d68f.css" /> |
| 26 | + <link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://www.securefirmware.de/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" /> |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 | | - <link rel="stylesheet" type="text/css" href="http://localhost:1313/css/style.1c3be5204c15a2f4fb08f17a477d16e170af1aed32d486b044dbf7b6109d930c.css"> |
| 32 | + <link rel="stylesheet" type="text/css" href="https://www.securefirmware.de/css/style.1c3be5204c15a2f4fb08f17a477d16e170af1aed32d486b044dbf7b6109d930c.css"> |
33 | 33 |
|
34 | 34 | </head> |
35 | 35 |
|
36 | 36 | <body> |
37 | 37 | <div class="content"> |
38 | 38 | <header> |
39 | | - <a class="main" href="http://localhost:1313/"></a> |
| 39 | + <a class="main" href="https://www.securefirmware.de/"></a> |
40 | 40 | <nav> |
41 | 41 |
|
42 | 42 | <a href="/posts/">Blog</a> |
@@ -209,6 +209,28 @@ <h1 class="title"><a href="/posts/version_110/">EMBA version 1.1.0 is out now</a |
209 | 209 | </div> |
210 | 210 | </footer> |
211 | 211 | <script data-name="BMC-Widget" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="securefirmware" data-description="Support me on Buy me a coffee!" data-message="Thank you for visiting. You can now buy me a coffee!" data-color="#FF813F" data-position="right" data-x_margin="18" data-y_margin="18"></script> |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-8PK23K2LEL"></script> |
| 217 | + <script> |
| 218 | + var doNotTrack = false; |
| 219 | + if ( false ) { |
| 220 | + var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack); |
| 221 | + var doNotTrack = (dnt == "1" || dnt == "yes"); |
| 222 | + } |
| 223 | + if (!doNotTrack) { |
| 224 | + window.dataLayer = window.dataLayer || []; |
| 225 | + function gtag(){dataLayer.push(arguments);} |
| 226 | + gtag('js', new Date()); |
| 227 | + gtag('config', 'G-8PK23K2LEL'); |
| 228 | + } |
| 229 | + </script> |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
212 | 234 | <script> |
213 | 235 | feather.replace() |
214 | 236 | </script> |
|
0 commit comments