Display version number in top right

This commit is contained in:
Ian Coleman
2017-06-14 12:26:31 +10:00
parent 34f4187645
commit 8b18bdbb2e
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
# 0.1.0 2017-06-14
Add changelog
Display version number in top right

View File

@@ -103,12 +103,18 @@
border-bottom: 1px dashed #000;
text-decoration: none;
}
.version {
position: absolute;
top: 5px;
right: 5px;
}
</style>
</head>
<body>
<div class="container">
<h1 class="text-center">Mnemonic Code Converter</h1>
<p class="version">v0.1.0</p>
<hr>
<div class="row">
<div class="col-md-12">