-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.html
More file actions
23 lines (22 loc) · 775 Bytes
/
text.html
File metadata and controls
23 lines (22 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div style="left:773px;top:307px;">
Alte Not-Halt Mobile Panel Steckplatz<br><br>und Fördererstich AE11/AE12.<br><br>Am Pnoz gebrückt. Im Programm nur noch für<br><br>Diagnose, falls sie mal ausgelöst werden!
</div>
<br><br>
<div style="left:773px;top:307px;">
<template shadowrootmode="open">
<style>
:host {
position: absolute;
overflow: hidden;
border: 1px solid black;
font-size: 12px;
font-family: "Segoe UI";
white-space: nowrap;
}
</style>
<div>
<slot></slot>
</div>
</template>
Alte Not-Halt Mobile Panel Steckplatz<br><br>und Fördererstich AE11/AE12.<br><br>Am Pnoz gebrückt. Im Programm nur noch für<br><br>Diagnose, falls sie mal ausgelöst werden!
</div>