diff options
author | krishna_gadepalli <[email protected]> | 2007-02-03 01:54:03 +0000 |
---|---|---|
committer | krishna_gadepalli <[email protected]> | 2007-02-03 01:54:03 +0000 |
commit | 49b57bace3b45f87b152d8ce0d63750f078f6eec (patch) | |
tree | ae0148fa10f0e3f7dd9c226ee6d40c7f6e5d55e4 /www/devmaster/lesson4.html | |
parent | df97090fcae7ad19be60c7256ef00f6c1dbf930b (diff) |
Added a new tutorial page for lesson8 (Ogg/Vorbis streaming)
Added a title to all other pages
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@56 235fdd13-0e8c-4fed-b5ee-0a390d04b286
Diffstat (limited to 'www/devmaster/lesson4.html')
-rw-r--r-- | www/devmaster/lesson4.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/devmaster/lesson4.html b/www/devmaster/lesson4.html index 5084d2c..f3cf6a8 100644 --- a/www/devmaster/lesson4.html +++ b/www/devmaster/lesson4.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>DevMaster.net Game Development</title> + <title>Lesson 4: A Closer Look at ALC</title> </head> <body> <div Align=center> @@ -163,4 +163,4 @@ alc.alcCloseDevice(device); </table> <p align="justify"> </p> </body> -</html>
\ No newline at end of file +</html> |