log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison demo/hello.ur @ 378:168667cdaa95
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Proper configuration and installation
author
Adam Chlipala <adamc@hcoop.net>
date
Sun, 19 Oct 2008 12:47:10 -0400
parents
children
comparison
equal
deleted
inserted
replaced
377:78358e5df273
378:168667cdaa95
1
fun main () = return <xml>
2
<head>
3
<title>Hello world!</title>
4
</head>
5
6
<body>
7
<h1>Hello world!</h1>
8
</body>
9
</xml>