diff options
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> |