blob: 0d8d4408ea5ecb70825ad0095afc798ec587c316 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link type="text/css" href="Semantic-UI/dist/semantic.css" rel="stylesheet" />
<title>NoWLAN Howto</title>
</head>
<body>
<script type="text/javascript" src="jquery-2.1.3.js"></script>
<script type="text/javascript" src="Semantic-UI/dist/semantic.js"></script>
<div class="ui segment">
<h1 class="ui header">Ein eigenes NoWLAN bauen</h1>
(TBD)
</div>
</body>
</html>
|