diff options
author | Filipp Lepalaan <f@230.to> | 2014-02-13 09:48:51 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2014-02-13 09:48:51 +0200 |
commit | b512e81120bb79bb60e8fad116ffbfac3d268acc (patch) | |
tree | c78b55683e731a8c38da708f2e922bd9eed79715 /index.html | |
download | intercheck-b512e81120bb79bb60e8fad116ffbfac3d268acc.tar.gz intercheck-b512e81120bb79bb60e8fad116ffbfac3d268acc.tar.bz2 intercheck-b512e81120bb79bb60e8fad116ffbfac3d268acc.zip |
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..89cb1f5 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> +<head> + <title>intercheck 0.001</title> + <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.min.js"></script> + <style type="text/css"> + body { + + } + </style> +</head> +<body> +{% block main %} + <form method="post" action="/scan/"> + <button type="submit">Go!</button> + </form> +{% end %} +</body> +</html> |