Skip to content

Commit 59a42b9

Browse files
authored
Create index.html
1 parent 6b17654 commit 59a42b9

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

src/index.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<html lang="en">
2+
<head>
3+
<title>Integration Demno</title>
4+
<link href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAPFBMVEUAAAAAZv8AZv8AZv8AZv8AZv8AZv8BZ/8CZ/8DaP8EaP8Faf8Hav8Ja/8KbP8Mbf8Obv8RcP8Wc/////81iY9uAAAABnRSTlMAb3LY2+GCqSWoAAAAYUlEQVQoz22PSRLCMBDEpDEx//8u4GkOoXKI6aOqepNygEBgpfUAfyDw9hBFSUiIE7WUpJPgVEf54JNeSZw6Rll0eq3E5wkkF6gxOfVa/RfcLFvoXnsftk3fzlFV1/3u/gJbSFZdzxNgRgAAAABJRU5ErkJggg=="
5+
rel="icon" type="image/x-icon" />
6+
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500|Roboto+Mono" rel="stylesheet">
7+
<link href="/normalize.css" rel="stylesheet">
8+
<link href="/styles.css" rel="stylesheet">
9+
10+
</head>
11+
<body>
12+
<h1 id="top">Log-In</h1>
13+
<p id="message">Need to log in to the system? Enter your
14+
<a href="https://www.veritone.com/login/#/">Veritone<a> credentials below.
15+
</p>
16+
<p> <label>User Name<br/><input id="username" type="text" name="username"></label>
17+
</p>
18+
<p> <label>Password<br/><input id="pw" type="password" name="pw"></label>
19+
</p>
20+
<p><button onclick="login()">Log in</button></p>
21+
22+
23+
</p>
24+
25+
26+
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
27+
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
28+
29+
30+
31+
<!-- ------------------ PROCESS ------------------- -->
32+
<h1 id="process">Process</h1>
33+
<p>Nothing here yet. </p>
34+
35+
36+
37+
38+
<!-- --------------------------- FOOTER ----------------------------- -->
39+
<div class="footer"><b>
40+
<a href="#top" title="Click to go back to the top">Log-In</a> &nbsp;|&nbsp;
41+
<a href="#process" title="Process">Process</a>
42+
</div>
43+
<div id="snackbar"></div> <!-- This is hidden. It will serve toast messages -->
44+
<script src="/scripts/utils.js"><script>
45+
46+
<!--
47+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/prism.min.js"></script>
48+
<script src="main.js"></script>
49+
-->
50+
51+
</body>
52+
53+
</html>

0 commit comments

Comments
 (0)