diff --git a/README.md b/README.md index 6997653..f1331b6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Alternative Free Identity System This project represents a minimal blockchain with no coin, capable of sustaining any number of domain name zones and domains. +![Screenshot](img/0WzaeA.png) + ## Building diff --git a/img/0WzaeA.png b/img/0WzaeA.png new file mode 100644 index 0000000..4a66ddf Binary files /dev/null and b/img/0WzaeA.png differ diff --git a/src/webview/index.html b/src/webview/index.html index 73933ab..61260c0 100644 --- a/src/webview/index.html +++ b/src/webview/index.html @@ -194,7 +194,7 @@ -
+
diff --git a/src/webview/scripts.js b/src/webview/scripts.js index 305d815..cbdb11f 100644 --- a/src/webview/scripts.js +++ b/src/webview/scripts.js @@ -31,7 +31,7 @@ function refresh_records_list() { data = value.priority + " " + value.weight + " " + value.port + " " + value.host; } - buf += "
\n"; + buf += "
\n"; buf += "
" + getInput(value.domain) + "
\n"; buf += "
" + getInput(value.type) + "
\n"; buf += "
" + getInput(value.ttl) + "
\n";