-
Notifications
You must be signed in to change notification settings - Fork 9
/
404.html
79 lines (74 loc) · 4.01 KB
/
404.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Sign up for PowerShell.Slack.com">
<meta name="author" content="Joel "Jaykul" Bennett (Jaykul) <Jaykul@HuddledMasses.org> https://HuddledMasses.org/about_me">
<title>Virtual PowerShell User Group - Slack Signup</title>
<link rel="stylesheet" href="https://poshcode.org/css/bootstrap.min.css">
<link rel="stylesheet" href="https://poshcode.org/css/main.css">
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
}
</style>
<link rel="openid2.provider" href="https://openid.stackexchange.com/openid/provider">
<link rel="openid2.local_id" href="https://openid.stackexchange.com/user/b167be35-3674-4571-8142-df1f7dcfc268">
<!--
<link rel="openid2.provider" href="https://www.google.com/accounts/o8/ud" />
<link rel="openid2.local_id" href="https://profiles.google.com/+JoelBennett" />
-->
</head>
<body>
<header>
<nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-dark">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="https://poshcode.org/">PoshCode</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div id="navbarResponsive" class="collapse navbar-collapse navbar-responsive-collapse navbar-right">
<ul class="nav navbar-nav nav-tabs ml-auto" data-tabs="tabs" id="tabs">
<li class="nav-item">
<a class="nav-link active show" href="#signup" data-toggle="tab">Sign Up</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://poshcode.org/irc" data-toggle="tab">Chat Anonymously</a>
</li>
</ul>
</div>
<!--/.navbar-collapse -->
</div>
</nav>
</header>
<div class="container">
<h1><svg height="36" class="octicon octicon-alert" viewBox="0 0 16 16" version="1.1" width="64" aria-hidden="true">
<path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z" style="fill:#DF691A"></path>
</svg> There's Nothing Here</h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
<p>If you're looking for our <a href="https://poshcode.org/invite/">real-time chat</a>, you can hit the link at the top right.</p>
<p>If you're looking for a script, try searching:</p>
<form accept-charset="UTF-8" action="https://github.com/PoshCode/poshcode.github.io/search"
class="js-site-search-form" method="get"
data-scoped-search-url="/PoshCode/poshcode.github.io/search"
data-unscoped-search-url="/search" >
<input name="utf8" value="✓" type="hidden">
<input class="js-site-search-type-field" name="type" type="hidden" value="Code">
<div class="input-group">
<input data-hotkey="s" name="q" value="test"
class="form-control header-search-input js-site-search-focus js-site-search-field "
placeholder="Search PoshCode" aria-label="Search PoshCode"
autocapitalize="off" type="text">
<div class="input-group-append">
<input type="submit" class="btn btn-outline-secondary"/>
</div>
</div>
</form>
</div>
</body>
</html>