hoa.nguyen%intel.com e63291dd45 Added a parameter to the embed tag for testing.
git-svn-id: svn://10.0.0.236/trunk@41874 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 23:20:41 +00:00

13 lines
198 B
HTML
Executable File

<html>
<head>
<title>Embed Test</title>
</head>
<body>
<center>
<h1>Embed Test</h1>
<embed type="application/x-simple" text="Hello World">
</center>
</body>
</html>