summaryrefslogtreecommitdiff
path: root/2016_mirror_browser/firefox/data/panel.html
diff options
context:
space:
mode:
authorid_ed25519_bbb.git <joak@nospace.at>2016-12-19 20:04:05 +0100
committerid_ed25519_bbb.git <joak@nospace.at>2016-12-19 20:04:05 +0100
commit26b134161719ca19c5174c9f6524a13280684155 (patch)
tree98883302b9e5229cb76a673e18ab8d0385679fd2 /2016_mirror_browser/firefox/data/panel.html
parent3c08a384d5471bca3e414091aeef9afcfb9ba668 (diff)
update
Diffstat (limited to '2016_mirror_browser/firefox/data/panel.html')
-rw-r--r--2016_mirror_browser/firefox/data/panel.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/2016_mirror_browser/firefox/data/panel.html b/2016_mirror_browser/firefox/data/panel.html
deleted file mode 100644
index e904c90..0000000
--- a/2016_mirror_browser/firefox/data/panel.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<head>
- <style>
- body {
- font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
- font-size: 100%;
- background: white;
- }
- .extra-font{
- font-family: Times New Roman;
- }
- #button {
- text-align: center;
- margin-top: 15px;
- margin-bottom: 5px;
- }
- #start {
- position: absolute:
- top: 50%;
- }
- #wrapper{
- border: 5px solid black;
- padding: 10px;
- }
- #title{
- text-align: center;
- }
- #title h2{
- margin-top: 1px;
- }
- #settings{
- text-align: center;
- }
- </style>
-</head>
-<body>
- <div id="wrapper">
- <div id="title">
- <h2>Mirror</h2>
- </div>
- <div id="settings">
- <div id="button">
- <p>&#8596;
- <button type="button" id="lron">On</button>
- <button type="button" id="lroff">Off</button>
- </p>
- <p>&#8597;
- <button type="button" id="udon">On</button>
- <button type="button" id="udoff">Off</button>
- </p>
- </div>
- </div>
- </div>
-</body>