-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
343d7ff
commit d8e357b
Showing
4 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,18 +7,21 @@ | |
<script src="https://unpkg.com/[email protected]/dist/index.js" integrity="sha384-5bXRcW9kyxxnSMbOoHzraqa7Z0PQWIao+cgeg327zit1hz5LZCEbIMx/LWKPReuB" crossorigin="anonymous"></script> | ||
<title>Let Me In</title> | ||
<link rel="stylesheet" href="main.css"> | ||
|
||
<script src="vendor/qr_packed.js"> </script> | ||
|
||
</head> | ||
<body> | ||
<header> | ||
<h1>Let Me In</h1> | ||
<nav> | ||
<ul> | ||
<li><a href="/grant.html">Grant Access</a></li> | ||
<li><a href="/authorize.html">Authorize User</a></li> | ||
</ul> | ||
</nav> | ||
<div id="div_top_hypers"> | ||
<nav> | ||
<ul style="margin-left: 100px;" id="ul_top_hypers" class="list-group"> | ||
<li id="ul_top_hypers" class="list-group-item"><a href="/grant.html">Grant Access</a></li> | ||
<li style="font-weight: bold" id="ul_top_hypers" class="list-group-item"><a href="/authorize.html">Authorize User</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
<h2>Authenticate to Gain Access</h2> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters