diff options
| author | pepper <pepper@chimecrisis.com> | 2015-01-31 21:41:28 -0800 |
|---|---|---|
| committer | pepper <pepper@chimecrisis.com> | 2015-01-31 21:41:28 -0800 |
| commit | 97587996ee9db30ce00190bdcedd8210490b99f5 (patch) | |
| tree | d8554969ac496be3a1b02a159f2a4b5b79f9492e /index.html | |
backup vst 2.4
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..b11a1c0 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ +<html> + +<head> + <title>Welcome to Steinberg VST SDK 2.4!</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta name="Author" content="Steinberg"> +</head> + +<frameset rows="25,*" border=0 frameborder=0 framespacing=0> + <frame name="sdkmenu" src="doc/sdk.menu.html"> + <frame name="sdkcontent" src="doc/sdk.overview.html"> +</frameset> + +</html>
\ No newline at end of file |
