You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
pollen-tfl/web-code.html.pm

13 lines
352 B
Perl

#lang pollen
(define-meta title "Enter a web code")
(section-from-metas metas)
(define-meta toolbar-blank "true")
 
Type the code below and press return.
form[#:action "javascript:jumpToCode();" #:name "codeform"]{◊input[#:type "text" #:style "border: 1px solid gray;padding: 0.5em" #:name "codefield" #:size "8" #:autofocus "42"]}