getting hello world to do something
This commit is contained in:
parent
3724a2a621
commit
e9a951f04d
|
@ -2,18 +2,8 @@
|
|||
(require (planet dyoo/whalesong/web-world)
|
||||
(planet dyoo/whalesong/resource))
|
||||
|
||||
|
||||
(define-resource index.html)
|
||||
(define-resource style.css)
|
||||
|
||||
;; (printf "I see the path is: ~s\n"
|
||||
;; (resource-path index.html))
|
||||
|
||||
;; (printf "I see the key is: ~s\n"
|
||||
;; (resource-key index.html))
|
||||
|
||||
;; (printf "I see the content is: ~s\n"
|
||||
;; (resource-content index.html))
|
||||
|
||||
(big-bang "don't care"
|
||||
(initial-view index.html))
|
||||
|
|
|
@ -2,5 +2,11 @@
|
|||
<head><title>Hello world</title>
|
||||
<link rel="stylesheet" href="res/style.css"/>
|
||||
</head>
|
||||
<body><h1>Hello world</h1></body>
|
||||
<body><h1>Hello world</h1>
|
||||
This is a test of the emergency broadcast system.
|
||||
<ol>
|
||||
<li>Item one</li>
|
||||
<li>Item two</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user