summaryrefslogtreecommitdiff
path: root/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'footer.html')
-rw-r--r--footer.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/footer.html b/footer.html
new file mode 100644
index 0000000..a89ec62
--- /dev/null
+++ b/footer.html
@@ -0,0 +1,16 @@
+<style>
+.copy-left {
+ display: inline-block;
+ text-align: right;
+ margin: 0px;
+ -moz-transform: scaleX(-1);
+ -o-transform: scaleX(-1);
+ -webkit-transform: scaleX(-1);
+ transform: scaleX(-1);
+ filter: FlipH;
+ -ms-filter: "FlipH";
+}
+</style>
+<div class="footer">
+ <h3><span class="copy-left">&copy;</span> ElenQ Technology</h6>
+</div>