-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (54 loc) · 2.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/style.css?v=a60e4c003c3b7dd92a76adbfb3755f0a0ff1bbda">
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup theme-color -->
<!-- start theme color meta headers -->
<meta name="theme-color" content="#151515">
<meta name="msapplication-navbutton-color" content="#151515">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>ESP32 Nat Router, Range extender, Repeater | dchristl.github.io</title>
<meta property="og:title" content="ESP32 Nat Router, Range extender, Repeater" />
<meta name="author" content="dchristl" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://dchristl.github.io/" />
<meta property="og:url" content="https://dchristl.github.io/" />
<meta property="og:site_name" content="dchristl.github.io" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="ESP32 Nat Router, Range extender, Repeater" />
<meta name="google-site-verification" content="WN_xZ8pxUYOxGlxdrx5ur0jBFiZTugeHbr9UErYCMdM" />
<!-- end theme color meta headers -->
</head>
<body>
<header>
<div class="container">
<a id="a-title" href="/">
<h1>dchristl.github.io</h1>
</a>
<h2></h2>
<section id="downloads">
<a href="https://github.com/dchristl/dchristl.github.io" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h2 id="esp32-nat-router-range-extender-repeater">ESP32 Nat Router, Range extender, Repeater</h2>
<p>Some links to the project:</p>
<ul>
<li><a href="https://github.com/dchristl/esp32_nat_router_extended">Project page</a></li>
<li><a href="https://github.com/dchristl/esp32_nat_router_extended/releases">Release</a></li>
<li><a href="https://github.com/dchristl/esp32_nat_router_extended/releases/latest">Latest Release</a></li>
<li><a href="https://github.com/dchristl/esp32_nat_router_extended">Documentation</a></li>
<li><a href="https://github.com/dchristl/esp32_nat_router_extended/blob/master/docs/advanced.md">Advanced documentation</a></li>
<li><a href="https://github.com/dchristl/esp32_nat_router_extended/issues">Raise a issue</a></li>
</ul>
</section>
</div>
</body>
</html>