File: newstartpage.html

package info (click to toggle)
webcit 7.37-dfsg-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,972 kB
  • ctags: 2,344
  • sloc: ansic: 23,301; sh: 3,618; makefile: 239
file content (19 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<! newstartpage.html start>
<div class="room_banner" >
<div align=center >
<h1>New start page</h1>
&nbsp;
</div></div>
<div id="content">
<div align=center>
<font size=+2>Your start page has been changed.</font> </div>
<br /><br />
<div align=center>
<i>(Note: this does not change your browser's home page.
It changes the page you begin on when you log on to <?SERV_HUMANNODE>).</i>
<br /><br />

<a href="javascript:history.back()">Back...</a>
</div>
</div>
<! newstartpage.html end>