summaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/html/sign-in.html
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/html/sign-in.html')
-rw-r--r--usecaseui-monitor/src/main/webapp/html/sign-in.html57
1 files changed, 0 insertions, 57 deletions
diff --git a/usecaseui-monitor/src/main/webapp/html/sign-in.html b/usecaseui-monitor/src/main/webapp/html/sign-in.html
deleted file mode 100644
index fb4c0794..00000000
--- a/usecaseui-monitor/src/main/webapp/html/sign-in.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE html>
-<head>
- <meta charset="utf-8">
- <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
- <meta name="keywords" content="" />
- <meta name="description" content="" />
- <meta name="viewport" content="width=device-width">
- <link rel="stylesheet" href="css/templatemo_main.css">
-</head>
-<body>
- <div id="main-wrapper">
- <div class="navbar navbar-inverse" role="navigation">
- <div class="navbar-header">
- <div class="logo"><h1>UUI</h1></div>
- </div>
- </div>
- <div class="template-page-wrapper">
- <form class="form-horizontal templatemo-signin-form" role="form" action="index.html" method="get">
- <div class="form-group">
- <div class="col-md-12">
- <label for="username" class="col-sm-2 control-label">Username</label>
- <div class="col-sm-10">
- <input type="text" class="form-control" id="username" placeholder="Username">
- </div>
- </div>
- </div>
- <div class="form-group">
- <div class="col-md-12">
- <label for="password" class="col-sm-2 control-label">Password</label>
- <div class="col-sm-10">
- <input type="password" class="form-control" id="password" placeholder="Password">
- </div>
- </div>
- </div>
- <div class="form-group">
- <div class="col-md-12">
- <div class="col-sm-offset-2 col-sm-10">
- <div class="checkbox">
- <label>
- <input type="checkbox"> Remember me
- </label>
- </div>
- </div>
- </div>
- </div>
- <div class="form-group">
- <div class="col-md-12">
- <div class="col-sm-offset-2 col-sm-10">
- <input type="submit" value="Sign in" class="btn btn-default">
- </div>
- </div>
- </div>
- </form>
- </div>
- </div>
-</body>
-</html> \ No newline at end of file