smol bot
Diffstat (limited to 'html-src/schematic.html')
| -rw-r--r-- | html-src/schematic.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/html-src/schematic.html b/html-src/schematic.html new file mode 100644 index 0000000..b84d8fd --- /dev/null +++ b/html-src/schematic.html @@ -0,0 +1,13 @@ +<div class="schem"> + <div class="bar"> + <div class="background" id="{ID}"></div> + <span class="typcn typcn-arrow-left"></span> + <button class="squareb" title="info" id="{ID}-info"></button> + <button class="squareb" title="copy" id="{ID}-copy"></button> + <button class="squareb" title="download" id="{ID}-download"></button> + </div> + <span class="title" id="{ID}-title"></span> + <img id="{ID}-picture" onmouseenter="document.getElementById('{ID}').style.backgroundColor = '#454545'" + onmouseleave="document.getElementById('{ID}').style.backgroundColor = '#020202'" draggable="false" class="preview" + width="120px" height="120px" src="fail.png" /> +</div>
\ No newline at end of file |