Add number plate svg
This commit is contained in:
parent
a658ee881f
commit
1353894ad6
|
@ -5,6 +5,13 @@
|
|||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
#nummerscheibe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
pointer-events: none;
|
||||
z-index: -100;
|
||||
}
|
||||
|
||||
#fingerlimiter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
271
webinterface/images/nummerscheibe.svg
Normal file
271
webinterface/images/nummerscheibe.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 33 KiB |
|
@ -9,6 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<img id="drehscheibe" src="images/drehscheibe.svg" width=500 height=500 />
|
||||
<img id="nummerscheibe" src="images/nummerscheibe.svg" width=500 height=500 />
|
||||
<img id="fingerlimiter" src="images/fingeranstoß.svg" width=500 height=500 />
|
||||
<input type="tel" id="phonenumber" />
|
||||
<label for="state_history">State history:</label>
|
||||
|
|
Loading…
Reference in a new issue