-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
33 lines (33 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>SolidVC</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"/>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="./img/png" href="./img/favicon.png"/>
<script src="./node_modules/@trust/oidc-web/dist/oidc-web.min.js"></script>
</head>
<body class="container">
<div style="float:right">
<button id="nav-inbox">Inbox</button>
<button id="switch-acct">Switch Accounts</button>
</div><br>
<center>
<h1>SolidVC</h1>
<div>
<img src="./img/favicon.png" alt="Solid logo" height=222 width=222>
<div>
<div>
<h3>Select Your Role</h3>
<button id="nav-subject">Subject</button>
<button id="nav-issuer">Issuer</button>
<button id="nav-verifier">Verifier</button>
</div>
</center>
</body>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="./app/dist/app.bundle.js" charset="utf-8"></script>
</html>