summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuelmannehed@gmail.com>2017-05-13 01:11:32 +0200
committerSamuel Mannehed <samuelmannehed@gmail.com>2017-05-13 01:11:32 +0200
commitdb8f6f4b970b504c95a6d1a8deac39606ed373d2 (patch)
tree0f1200bad4a23f73cddca30d916f4687f8a5ffae
parent9f214ce67ee2e706501888a46e173a7d18ecd2c9 (diff)
downloadnovnc-db8f6f4b970b504c95a6d1a8deac39606ed373d2.tar.gz
Add a last modified date to screenshot page
-rw-r--r--info.css1
-rw-r--r--screenshots.html8
2 files changed, 8 insertions, 1 deletions
diff --git a/info.css b/info.css
index a288452..e148618 100644
--- a/info.css
+++ b/info.css
@@ -83,7 +83,6 @@ pre {
hr {
border: 0;
- width: 80%;
border-bottom: 1px solid #aaa;
}
diff --git a/screenshots.html b/screenshots.html
index 447e1e6..ed68ea8 100644
--- a/screenshots.html
+++ b/screenshots.html
@@ -172,6 +172,14 @@ Connected to the same remote system using Safari on an iPad mini 3 running iOS
<br/>
<br/>
+ <hr>
+
+ <p align="center"><em><small>This page was last updated the
+ <time datetime="2017-05-13">13th of May 2017</time>
+ </small></em></p>
+
+ <hr>
+
<div class="footer">
get the source code on GitHub :
<a href="https://github.com/novnc/noVNC">novnc/noVNC</a>