mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 15:45:08 +00:00
72 lines
2.2 KiB
HTML
72 lines
2.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<!-- ersetze die Links + QR Codes unter den Kommentaren -->
|
||
|
|
||
|
<head>
|
||
|
<title>CPS Bot Overview</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
</head>
|
||
|
|
||
|
<header>
|
||
|
<h1 id="HEADLINE">CPS Bot Mini Overview<img src="CPS_Logo_White_square_TRANSP.png" id="LOGO"></h1>
|
||
|
</header>
|
||
|
|
||
|
<body>
|
||
|
<div class="box" id="LEFT">
|
||
|
<p class="mini-heads">Connect to Wi-Fi:</p>
|
||
|
<!-- replace mit relativen Link!!!, bei mir spinnts und es wird das gebrochene Bild symbol angezeigt. Anders geht
|
||
|
es allerdings, falls nicht bei dir sags mir -->
|
||
|
<img src="qr_wifi_actual.png" class="qr">
|
||
|
<div id="NORM_SET">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>SSD:</td>
|
||
|
<td>CPS_bot_mini</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Password: </td>
|
||
|
<td>pac999CPS</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="box" id="RIGHT">
|
||
|
<div id="BLOCK_ONE">
|
||
|
<p class="mini-heads">Link to WebGui:</p>
|
||
|
<!-- again -->
|
||
|
<!-- Replace link at href -->
|
||
|
<!-- hier Link zu WebGui -->
|
||
|
<a href="https://www.unileoben.ac.at/universitaet/lehrstuehle/institute/department-product-engineering/lehrstuhl-fuer-cyber-physical-systems/">
|
||
|
<img src="qr_dummy_1.png" class="qr qr_2"></a>
|
||
|
<br>
|
||
|
</div>
|
||
|
|
||
|
<p id="SPACE"> </p>
|
||
|
|
||
|
<div id="BLOCK_TWO">
|
||
|
<p class="mini-heads">Link to Manual:</p>
|
||
|
<!-- again -->
|
||
|
<!-- hier Link zu Manual -->
|
||
|
<a href="https://www.unileoben.ac.at/universitaet/lehrstuehle/institute/department-product-engineering/lehrstuhl-fuer-cyber-physical-systems/">
|
||
|
<img src="qr_dummy_2.png" class="qr qr_2">
|
||
|
</a>
|
||
|
<br>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="info">
|
||
|
<!-- Link zum Lehrstuhl, einfach den ganzen Div Block rausnehmen falls du das nicht willst -->
|
||
|
<a href="https://cps.unileoben.ac.at/">Check us out!</a>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
|
||
|
|
||
|
</html>
|