mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
Display version number in top right
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
# 0.1.0 2017-06-14
|
# 0.1.0 2017-06-14
|
||||||
|
|
||||||
Add changelog
|
Add changelog
|
||||||
|
Display version number in top right
|
||||||
|
|||||||
@@ -103,12 +103,18 @@
|
|||||||
border-bottom: 1px dashed #000;
|
border-bottom: 1px dashed #000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.version {
|
||||||
|
position: absolute;
|
||||||
|
top: 5px;
|
||||||
|
right: 5px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h1 class="text-center">Mnemonic Code Converter</h1>
|
<h1 class="text-center">Mnemonic Code Converter</h1>
|
||||||
|
<p class="version">v0.1.0</p>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|||||||
Reference in New Issue
Block a user