mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-04 01:36:07 +00:00
tools/bookmarklets: HTML code fixes
Minor HTML5 code changes. Closes #167
This commit is contained in:
parent
c9b99494be
commit
b218ad4628
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!--
|
<!--
|
||||||
This file is part of FFmpeg.
|
This file is part of FFmpeg.
|
||||||
@ -30,14 +30,12 @@ pre { border: solid black 1px; padding: 0.2ex; font-size: 80% }
|
|||||||
<body onload="init()">
|
<body onload="init()">
|
||||||
|
|
||||||
<h1>Introduction</h1>
|
<h1>Introduction</h1>
|
||||||
|
<p>The scripts in this page are
|
||||||
The scripts in this page are
|
|
||||||
<a href="http://en.wikipedia.org/wiki/Bookmarklet">bookmarklets</a>: store
|
<a href="http://en.wikipedia.org/wiki/Bookmarklet">bookmarklets</a>: store
|
||||||
their link version in a bookmark, and later activate the bookmark on a page
|
their link version in a bookmark, and later activate the bookmark on a page
|
||||||
to run the script.
|
to run the script.</p>
|
||||||
|
|
||||||
<h1>TED Talks captions</h1>
|
<h1>TED Talks captions</h1>
|
||||||
|
|
||||||
<p><a id="ted_talks_captions-link" href="#">Get links to the captions</a></p>
|
<p><a id="ted_talks_captions-link" href="#">Get links to the captions</a></p>
|
||||||
|
|
||||||
<pre id="ted_talks_captions">
|
<pre id="ted_talks_captions">
|
||||||
|
Loading…
Reference in New Issue
Block a user