aboutsummaryrefslogtreecommitdiff
path: root/website2/templates/main.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-05-08 21:28:02 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-05-29 21:02:54 +0200
commit8b7a7cbc813653a3248d6cf3a7779e220957bc85 (patch)
treeb9acfb9d68c6866acc3cfb9ee59d72ff43f1ebc3 /website2/templates/main.html
parent72fd50b9f1db1ab6bfc1753ba6a1e686a2f0f22c (diff)
downloadlombok-8b7a7cbc813653a3248d6cf3a7779e220957bc85.tar.gz
lombok-8b7a7cbc813653a3248d6cf3a7779e220957bc85.tar.bz2
lombok-8b7a7cbc813653a3248d6cf3a7779e220957bc85.zip
The great rename: the old ‘website’ is now ‘website-old’, and ‘website2’ is now ‘website’.
Diffstat (limited to 'website2/templates/main.html')
-rw-r--r--website2/templates/main.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/website2/templates/main.html b/website2/templates/main.html
deleted file mode 100644
index 1c087776..00000000
--- a/website2/templates/main.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<#import "/_scaffold.html" as main>
-<@main.scaffold>
- <div class="page-header top5">
- <div class="row text-center">
- <h1>Lombok Demo</h1>
- </div>
- <div class="video text-center">
- <video width="800" height="480" poster="images/poster.png" controls="controls" preload="none">
- <source src="/videos/lombok.ogv" type="video/ogg" />
- <source src="/videos/lombok.mp4" type="video/mp4" />
- <source src="/videos/lombok-iPhone.m4v" type="video/mp4" />
- <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="500">
- <param name="movie" value="/videos/player.swf?image=poster.png&amp;file=lombok.mp4" />
- <param name="allowfullscreen" value="true" />
- <!--[if !IE]>-->
- <object width="800" height="500" type="application/x-shockwave-flash"
- data="/videos/player.swf?image=poster.png&amp;file=lombok.mp4" allowfullscreen="true">
- <!--<![endif]-->
- <p>
- <strong>No video playback capabilities detected.</strong>
- Why not download it instead?<br/>
- <a href="/videos/lombok.mp4">MPEG4 / H.264 (Windows / Mac)</a> |
- <a href="/videos/lombok.ogv">Ogg Theora &amp; Vorbis ".ogv" (Linux)</a>
- </p>
-
- <p>
- To play the video in the webpage, please do one of the following:
- <ul>
- <li>
- Upgrade to <a href="https://www.mozilla.org/firefox/">Firefox</a> or <a href="https://www.google.com/chrome/">Chrome</a>
- </li><li>
- Install <a href="https://get.adobe.com/flashplayer/">Adobe Flash</a>
- </li>
- </ul>
- <!--[if !IE]>-->
- </object>
- <!--<![endif]-->
- </object>
- </video>
- <div class="row">
- <div class="text-center">
- <a href="http://jnb.ociweb.com/jnb/jnbJan2010.html">I can't see video. Show me a text and images based explanation and tutorial instead!</a>
- </div>
- </div>
- </div>
- </div>
-</@main.scaffold>