mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): don't hit archive.org during build
This commit is contained in:
@@ -11,8 +11,13 @@ authors: [steve-heffernan]
|
||||
---
|
||||
|
||||
import MinimalFrame from '@/components/frames/Minimal.astro';
|
||||
import P from '@/components/typography/P.astro';
|
||||
|
||||
[](https://web.archive.org/web/20100516093313/http://www.flickr.com/photos/24374884@N08/4603715307/ 'What')
|
||||
<P>
|
||||
<a href="https://web.archive.org/web/20100516093313/http://www.flickr.com/photos/24374884@N08/4603715307/" title="What">
|
||||
<img src="https://web.archive.org/web/20121025050955if_/http://farm2.static.flickr.com/1199/4603715307_c878c8a77b_m.jpg" width={240} height={174} alt="What" />
|
||||
</a>
|
||||
</P>
|
||||
|
||||
Among other new HTML5 features, Facebook has an HTML5 video player for playback on the iPhone and iPad. They say that on other mobile browsers, Flash outperformed the HTML5 implementation. That’s a little discouraging to hear, but HTML5 video is still young.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user