File: index.html

package info (click to toggle)
racket 6.7-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 97,344 kB
  • ctags: 39,484
  • sloc: ansic: 277,847; sh: 33,512; asm: 13,558; lisp: 7,113; cpp: 2,872; makefile: 2,421; pascal: 2,262; exp: 499; python: 274; xml: 11
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>