mirror of
https://github.com/jlengrand/LAFF.git
synced 2026-03-10 08:31:21 +00:00
10 lines
172 B
HTML
Executable File
10 lines
172 B
HTML
Executable File
<html>
|
|
<head>
|
|
<TITLE>Spark</TITLE>
|
|
</head>
|
|
<frameset cols="40%,*">
|
|
<frame name="input" src="menu.html" >
|
|
<frame name="output" src="intro.html" >
|
|
</frameset>
|
|
</html>
|