diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-06-14 12:54:11 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-06-14 12:54:11 -0400 |
commit | 7f0448253abacb3259630af332ac3333d89f4c5e (patch) | |
tree | 4a7c1a61d9b142b49eed6a08c13fc5455e3feaef /projects | |
parent | ea9293fe4be138313a238323d0f5adc96b0b77cc (diff) |
Add screenshot to ViewTime page
Diffstat (limited to 'projects')
-rw-r--r-- | projects/viewtime/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/viewtime/index.html b/projects/viewtime/index.html index e7e347d..94767fd 100644 --- a/projects/viewtime/index.html +++ b/projects/viewtime/index.html @@ -1,6 +1,6 @@ <html> <head> - <title>ViewTime, A YouTube Extension for Google Chrome and Safari</title> + <title>ViewTime, a YouTube Extension for Google Chrome and Safari</title> <!-- Encoding --> <meta charset="UTF-8"> @@ -91,6 +91,7 @@ <div class="container"> <h1>ViewTime</h1> <p>ViewTime is an extension for Safari and Google Chrome that inserts the total amount of time a YouTube video has been watched just below the view count.</p> + <p><img src="/assets/images/viewtime-example.png" alt="ViewTime screenshot"></p> <p><a id="install_button" class="inactive">Install</a></p> <p class="install_tagline" id="safari_text">download and double-click to install in Safari</p> <p class="install_tagline" id="chrome_text">click to install from the Chrome Web Store</p> |