-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.html
48 lines (42 loc) · 1.34 KB
/
readme.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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Read Me :: Elektronik Tools</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/png" sizes="64x64" href="assets/img/favicon.png">
<!--[if IE]><script>document.charset="UTF-8";</script><![endif]-->
</head>
<body>
<header>
<h1>
<a href="index.html">Elektronik Tools</a>
</h1>
<!--<h2>Read Me</h2>-->
</header>
<main>
<section id="readme">
<h3>README.md</h3>
<article id="readme_content"></article>
</section>
<section id="todo">
<h3>TODO.md</h3>
<article id="todo_content"></article>
</section>
<section id="license">
<h3>LICENSE</h3>
<pre id="license_content"></pre>
</section>
</main>
<footer>
<p>
© 2018,2019 <a href="https://malte70.de" rel="me nofollow">malte70</a><br>
© 2018,2019 <a href="https://tmkng.de" rel="me nofollow">tmkng</a><br>
<a href="readme.html">Read Me</a> :: <a href="https://github.com/malte70/elektronik-tools">Github-Projekt</a>
</p>
</footer>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.8.6/showdown.js"></script>
<script type="text/javascript" src="assets/js/readme.js"></script>
</body>
</html>