Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Dec 30, 2024
1 parent 400e0ed commit ce7c20f
Showing 1 changed file with 29 additions and 12 deletions.
41 changes: 29 additions & 12 deletions docs/de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,32 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script type="text/javascript">
window.smartlook||(function(d) {
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
var c=d.createElement('script');o.api=new Array();c.async=true;c.type='text/javascript';
c.charset='utf-8';c.src='https://rec.smartlook.com/recorder.js';h.appendChild(c);
})(document);
smartlook('init', 'db50efe9fff280a17db52b82be221240cbbd3dbe');
</script>
<script src = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/arduino-light.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/arduino.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<style>
pre {
counter-reset: line-numbering;
background: #2c3e50;
padding: 12px 0px 14px 0;
color: #ecf0f1;
line-height: 100%;
}

pre .line::before {
content: counter(line-numbering);
counter-increment: line-numbering;
padding-right: 1em;
/* space after numbers */
padding-left: 8px;
width: 1.5em;
text-align: right;
opacity: 0.5;
color: white;
}
</style>
<style>
#right {
position: absolute;
Expand Down Expand Up @@ -218,9 +236,8 @@
</tbody>
</table>
</div>
<hr>
<h3 style="display: none;"><font color="#2ECC71">Quellcode - Ethernet-Thermostat - Automatikmodus</font></h3>
<pre style="background-color:#2ECC71; display: none;">
<hr><h2>Quellcode - Ethernet-Thermostat - Automatikmodus</h2><hr>
<pre><code>
/*|----------------------------------------------------------|*/
/*|HTTP webserver - FORM - HTML - PROCESSING - EEPROM |*/
/*|AUTHOR: Martin Chlebovec |*/
Expand Down Expand Up @@ -530,7 +547,7 @@ <h3 style="display: none;"><font color="#2ECC71">Quellcode - Ethernet-Thermostat
}
}


</code>
</pre>
<p style="text-align: justify;">
Die Implementierung enthält Programme für die dem Ethernet-Shield zugewiesene statische / dynamische IPv4-Adresse.
Expand Down

0 comments on commit ce7c20f

Please sign in to comment.