File: index.html

package info (click to toggle)
racket 7.9%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 178,684 kB
  • sloc: ansic: 282,112; lisp: 234,887; pascal: 70,954; sh: 27,112; asm: 16,268; makefile: 4,613; cpp: 2,715; ada: 1,681; javascript: 1,244; cs: 879; exp: 499; csh: 422; python: 274; xml: 106; perl: 104
file content (33 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
 <head>
   <meta http-equiv="pragma" content="no-cache" />
   <title>Welcome to the Racket Web server!</title>
 </head>

 <body bgcolor="white">

<blockquote>

<table width="66%" bgcolor="white">
<tr><td>
  <h2>Welcome to the Racket Web Server</h2>

  <p>Find out more about writing servlets by reading the <a href="http://docs.racket-lang.org/continue/index.html">Continue tutorial</a> in the Help Desk.</p>
  <p>Find out more about the server by reading its <a href="http://docs.racket-lang.org/web-server/index.html">reference manual</a> in the Help Desk.</p>


  <p>Please replace this page with your favorite index page.</p>

  <p> Powered by
  <a href="http://racket-lang.org/">Racket</a>
  <p><font size="-2">
  For more information on Racket, please follow the icon link.
  </font>
  </p>
  </p>
</table>

</blockquote>

 </body>
</html>