-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (32 loc) · 1.07 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
---
layout: error
title: 404
titlecolor: red
permalink: /404.html
termnyal: test
pwshheader: |
<div data-ty="-" style="margin-top: -3rem; margin-bottom: 3rem;">
<p>PowerShell 7.1.3</p>
<p>Copyright (c) Microsoft Corporation</p>
<br>
<p>https://aka.ms/powershell</p>
<p>Type 'help' to get help.</p>
</div>
emojis: 🔌😈
lines:
- line:
message: "Invoke-WebRequest -Method Get -Uri 'https://p0werrs-hel1.com/' -ContentType 'Application/JSON'"
formatting: "input"
bell: "PS /home/guest>"
- line:
message: ERROR
formatting: "-"
bell: ""
class: "error"
- line:
message: '{"statusCode": "404", "errorMessage: "Page not found."}'
formatting: "-"
bell: ""
class: "error"
footer: "<span class=\"drac-text-yellow-pink\" data-ty=\"input\" data-ty-cursor=\"▋\" data-ty-prompt=\"\" style=\"text-align: right;\">{{ site.url }}</span><span data-ty=\"input\" data-ty-cursor=\"▋\" data-ty-prompt=\"\" style=\"text-align: right;\">{{ page.emojis }}</span>"
---