projects
/
vopamoi
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Create tasks
[vopamoi]
/
index.html
This page requires JavaScript to run. Use
this page
instead.
0 / 11 ( 0%)
Commit
Line
Data
1
<!doctype html>
2
<html>
3
<head>
4
<script src="vopamoi.js" defer="true"></script>
5
</head>
6
<body>
7
<form onsubmit="return browserCreateTask(this);">
8
<input name="taskName">
9
</form>
10
</body>
11
</html>