From 8b18bdbb2e2f17d48a75db61edba6ed166061224 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 14 Jun 2017 12:26:31 +1000 Subject: Display version number in top right --- src/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/index.html b/src/index.html index a0f8bb1..bc8ffba 100644 --- a/src/index.html +++ b/src/index.html @@ -103,12 +103,18 @@ border-bottom: 1px dashed #000; text-decoration: none; } + .version { + position: absolute; + top: 5px; + right: 5px; + }

Mnemonic Code Converter

+

v0.1.0


-- cgit v1.2.3