diff options
Diffstat (limited to 'testsuite/systemtap.examples/html')
-rw-r--r-- | testsuite/systemtap.examples/html/html_header.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.examples/html/html_header.tmpl b/testsuite/systemtap.examples/html/html_header.tmpl index 33ce558f..25c7e5a0 100644 --- a/testsuite/systemtap.examples/html/html_header.tmpl +++ b/testsuite/systemtap.examples/html/html_header.tmpl @@ -3,7 +3,7 @@ <html> <head> <title>SystemTap Examples</title> - <link rel="stylesheet" href="systemtap.css" type="text/css"> + <link rel="stylesheet" href="html/systemtap.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> </head> @@ -11,7 +11,7 @@ <body> <table cellspacing="2" cellpadding="2" border="0" width="100%"> <tr> - <td valign="bottom" height="80"><img src="systemtaplogo.png" + <td valign="bottom" height="80"><img src="html/systemtaplogo.png" alt="SystemTap logo" width="165" height="25"></td> <td valign="bottom" class="topnavright" align="right"> <a href="http://sourceware.org/systemtap/">SystemTap</a> | @@ -21,7 +21,7 @@ <div class="mainbackground"> <div class="maintextregion"> - <img src="systemtapcorner.gif"> + <img src="html/systemtapcorner.gif"> <table cellspacing="2" cellpadding="4" border="0" width="99%" style="margin-top:17;"> <tr> |