Adding no-cache to the Web server's default index

This commit is contained in:
Jay McCarthy 2013-01-21 09:07:16 -07:00
parent c298062259
commit 7b33298b66

View File

@ -1,5 +1,6 @@
<html>
<head>
<meta http-equiv="pragma" content="no-cache" />
<title>Welcome to the Racket Web server!</title>
</head>