From 4c1da42868aaf3626787ccf061f823b81e14abd0 Mon Sep 17 00:00:00 2001 From: Rob Vella Date: Sat, 1 Aug 2020 23:27:55 -0700 Subject: [PATCH] Style tweaks and copyright --- app.js | 2 ++ css/styles.css | 9 ++++++++- index.html | 11 ++++++++++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index ac95f92..fee2c32 100644 --- a/app.js +++ b/app.js @@ -62,6 +62,8 @@ let App = new Vue({ }, start() { + this.logs = []; + this.intervalTimer = setInterval(() => { this.fetchLog(); }, this.fetchEvery); diff --git a/css/styles.css b/css/styles.css index dd0e936..78ea3d7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -2,11 +2,18 @@ a:visited, a:active, a:link { color: black; } + .header { - padding: 1em; + padding-top: 1em; width: 100%; } +.header-disclaimer { + font-size: 14px; + font-style: italic; + margin-top: 1.5em; +} + .text-center { align-items: center; text-align: center; diff --git a/index.html b/index.html index 1918a4a..9d3cde4 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,12 @@

WIN System - Who's Talking?

+
+ Not all keyups are captured. This is not an official WIN system feed.

+ © 2020 Rob Vella KK9ROB +
@@ -45,6 +49,11 @@
+