2020-12-08 04:57:20 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html lang="en">
|
2020-12-27 03:23:19 +00:00
|
|
|
<head>
|
2020-12-08 04:57:20 +00:00
|
|
|
<title>The Stash House Company</title>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="Stylesheet" href="css/main.min.css" />
|
|
|
|
<script src="https://kit.fontawesome.com/7552ed27e8.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<section class="hero is-fullheight has-background">
|
|
|
|
<div class="hero-body">
|
|
|
|
<div class="container">
|
|
|
|
<div class="column is-one-third is-offset-one-third">
|
|
|
|
<div class="box">
|
|
|
|
<p class="title has-text-centered has-text-weight-light is-big-headed">The Stash House Company</p>
|
|
|
|
<div class="is-divider" data-content="Links"></div>
|
|
|
|
<p class="buttons is-centered has-text-weight-light">
|
|
|
|
<a href="https://git.stashhc.com/" class="button is-medium is-rounded" title="The Stash Git">
|
|
|
|
<span class="icon is-medium"><i class="fab fa-git-alt fa-lg"></i></span>
|
|
|
|
</a>
|
|
|
|
<a href="https://selfservice.stashhc.com/" class="button is-medium is-rounded" title="StashHC Login Portal">
|
2020-12-27 03:23:19 +00:00
|
|
|
<span class="icon is-medium"><i class="fas fa-passport fg-lg"></i></span>
|
2020-12-08 04:57:20 +00:00
|
|
|
</a>
|
2020-12-27 03:23:33 +00:00
|
|
|
</p>
|
2020-12-08 04:57:20 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</body>
|
2020-12-27 03:23:19 +00:00
|
|
|
</html>
|