-
Notifications
You must be signed in to change notification settings - Fork 3
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
26246c2
commit 43e7b64
Showing
1 changed file
with
46 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title> Beta Testing </title> | ||
<link rel="preload" href="/static/beta.css" as="style"> | ||
<link rel="stylesheet" href="/static/beta.css"> | ||
<link rel="shortcut icon" type="image/png" href="/media/favicon/favicon.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/media/favicon/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/media/favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/media/favicon/favicon-16x16.png"> | ||
<link rel="icon" type="image/png" href="/media/favicon/favicon.png"> | ||
<script src="https://kit.fontawesome.com/3424a9d376.js" crossorigin="anonymous"></script> | ||
<meta charset="UTF-8"> | ||
<meta name="title" content="Beta Testing - AT Products"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
</head> | ||
<body> | ||
<nav class="navbar navbar-default"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<a href="index" class="navbar-brand">AT Products</a> | ||
</div> | ||
<div id="navbar" class="collapse navbar-collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="/beta-testing/index">Index</a></li> | ||
<li><a href="/beta-testing/about">About</a></li> | ||
<li><a href="/beta-testing/links">Links</a></li> | ||
<li><a href="/beta-testing/apply">How to Apply</a></li> | ||
<li><a href="/beta-testing/guidelines">Guidelines</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<div id="index"> <div class="container jumbotron text-center"> | ||
<h2>Beta Page</h2> | ||
<p>The following webpage you are gonna be viewing will require a password only given to beta testers. If you want to return to the Index page, <a href="/">click here</a>.</p> | ||
<p><a href="bs-1">Beta Session - 1</a></p> | ||
</div> | ||
<div class="footer-basic"> | ||
<footer> | ||
<ul class="list-inline"> | ||
<li class="list-inline-item"><a id="a" href="/">Return to AT Products</a></li> | ||
</ul> | ||
<p class="copyright">® AT Products 2019-2022</p> | ||
</footer> | ||
</div> </div> |