blob: 399779d001bc66ea86058fb9e1933938de67cf0f [file] [log] [blame]
Bri Prebilic Colee0311892015-05-15 11:27:15 -07001<!DOCTYPE html>
2<!--
3 ~ Copyright 2015 Open Networking Laboratory
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17
18<html>
19<head lang="en">
20 <meta charset="UTF-8">
21 <title></title>
22</head>
23<body>
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070024<div id="login-header">
25 <h2>Login to Subscriber Portal</h2>
26</div>
27
28<div id="login-form">
29 <form>
30 <input type="text" placeholder="email">
31 <br>
32 <input type="password" placeholder="password">
33 <br>
34 <a href="#/home"><input type="submit" value="Submit"></a>
35 </form>
36</div>
Bri Prebilic Colee0311892015-05-15 11:27:15 -070037
38</body>
39</html>