c c write(*,'(a23)') 'Content-type: text/html' write(*,'(/)') print*,'' print*,'' print*,'
'
      print*,'This is a test to see if this actually works'
      print*,'
' print*,'' print*,'' c stop end