source: disclaimer.html @ dc16989

Revision dc16989, 1.5 KB checked in by ernestd@…>, 2 years ago (diff)

rephrasing some bits of the disclaimer

git-svn-id: http://html5-slides.googlecode.com/svn/trunk@15 e7699f48-70ec-0190-6ae2-918e559b71ab

  • Property mode set to 100644
Line 
1<html>
2<header>
3  <style type="text/css" media="screen">
4    body { font: 85%/1.7em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; background-color: #eee; }
5    div { margin: 0 auto; width: 500px; padding: 10px; background-color: #fff; }
6  </style>
7</header>
8<body>
9<div>
10<p>
11  <a href="html5.html">This presentation</a> was created by <strong>Marcin Wichary</strong> and modified by <strong>Ernest Delgado</strong>
12</p>
13<p>
14  The purpose of the presentation is to show the coming bleeding edge features for modern desktop and mobile browsers.
15</p>
16<p>
17  The presentation was originally meant to run in <strong>Google Chrome</strong>. Some experimental features <strong>might or might not</strong> be coded to run in other browsers for now. (Although you will cry out of happiness when you see so much running in IE with the Chrome Frame plug-in)
18</p>
19<p>
20  If you want to run 100% of the demos contained in the presentation you might need to run Chrome with some flags to enable experimental features.
21  <code>~/Desktop/chrome_dev_channel/Google\ Chrome.app/Contents/MacOS/Google\ Chrome -enable-webgl -enable-geolocation -enable-desktop-notifications -allow-file-access-from-files</code>
22</p>
23<p>
24  There is a <a href="http://code.google.com/p/html5-slides/">code repository</a> created specifically for this presentation so you can download the latest version. If you have any feedback or recommendations you can use the <a href="http://code.google.com/p/html5-slides/issues/list">issue tracker</a> of the project.
25</p>
26<body>
27</html>
Note: See TracBrowser for help on using the repository browser.