diff options
author | Teddy Wing | 2018-11-19 02:07:14 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-19 06:30:07 +0100 |
commit | 6da83d7ad281eeaba730e8988c453b88482e115d (patch) | |
tree | a475021e203f5a1e19640627ae5363359628dfff | |
parent | 8b1413d2d4295f2c8e4359bf9fa2528e9809cf41 (diff) | |
download | dome-key-web-6da83d7ad281eeaba730e8988c453b88482e115d.tar.bz2 |
index.html: Add preview banner
-rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10,6 +10,16 @@ <link rel="stylesheet" href="assets/styles.css" /> </head> <body> + <div style=" + padding: 10px 12px; + background-color: red; + font-weight: bold; + text-transform: uppercase; + color: white; + "> + This is a preview. The installation command is not yet activated. + </div> + <div class="content"> <header> <h1>DomeKey</h1> |