projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Configure dockerfile with passenger. Add sample applications.
[arvados.git]
/
sample-static-page
/
public
/
index.html
1
<html>
2
<head><title>arv-web sample</title></head>
3
<body>
4
<p>Hello world static page</p>
5
</body>
6
</html>