mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
14 lines
193 B
HTML
14 lines
193 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>iFrame Selection Demo</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form>
|
||
|
<label>Link to: </label>
|
||
|
<input type="text">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|