-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredentials.html
More file actions
26 lines (25 loc) · 949 Bytes
/
credentials.html
File metadata and controls
26 lines (25 loc) · 949 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prairie Dog Brewing Technology Department</title>
<link rel="stylesheet" href="pdb-styles.css">
<link rel="stylesheet" href="main.css">
<script src="https://www.gstatic.com/firebasejs/4.0.0/firebase.js"></script>
<script src="credentials.js"></script>
</head>
<body>
<img src="pdb-logo-big.png" class="header-image">
<h3>Prairie Dog Brewing</h3>
<h4>Technology Department</h3>
<div class="quickstart-user-details-container" id="signin">
<p id="enjoy" style="display:none;">
You are now authenticated with the <strong>Prairie Dog Brewing Technology
Department</strong>. We are pleased to bring you tools and enhancements to
the EKOS Brewmaster website. Additional Data nodes coming soon.
</p>
<button id="quickstart-button">Sign-in</button>
</div>
</body>
</html>