From 8b18bdbb2e2f17d48a75db61edba6ed166061224 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 14 Jun 2017 12:26:31 +1000 Subject: [PATCH] Display version number in top right --- changelog.md | 1 + src/index.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index 8895936..37be5fd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,4 @@ # 0.1.0 2017-06-14 Add changelog +Display version number in top right 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


-- 2.41.0