This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
5f205ec
commit f382373
Showing
3 changed files
with
49 additions
and
45 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 |
---|---|---|
@@ -1,43 +1,43 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>404 - Page</title> | ||
<link rel="stylesheet" href="https://win11.blueedge.me/style.css" /> | ||
</head> | ||
<body> | ||
<!-- partial:index.partial.html --> | ||
<div id="page"> | ||
<div id="container"> | ||
<h1>:(</h1> | ||
<h2> | ||
Your PC ran into a problem and needs to restart. We're just collecting | ||
some error info, and then we'll restart for you. | ||
</h2> | ||
<h2><span id="percentage">0</span>% complete</h2> | ||
<div id="details"> | ||
<div id="qr"> | ||
<div id="image"> | ||
<img src="https://win11.blueedge.me/img/qr.png" alt="QR Code" /> | ||
</div> | ||
</div> | ||
<div id="stopcode"> | ||
<h4> | ||
For more information about this issue and possible fixes, visit | ||
<br /> | ||
<a href="https://github.com/blueedgetechno/win11React/issues" | ||
>https://github.com/blueedgetechno/win11React/issues</a | ||
> | ||
</h4> | ||
<h5> | ||
If you call a support person, give them this info: <br />Stop | ||
Code: 404_PAGE_NOT_FOUND | ||
</h5> | ||
</div> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>404 - Page</title> | ||
<link rel="stylesheet" href="./style.css" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Manrope:[email protected]&display=swap" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<!-- partial:index.partial.html --> | ||
<div id="page"> | ||
<div id="container"> | ||
<h1>:(</h1> | ||
<h2> | ||
Your PC ran into a problem and needs to restart. We're just collecting | ||
some error info, and then we'll restart for you. | ||
</h2> | ||
<h2><span id="percentage">0</span>% complete</h2> | ||
<div id="details"> | ||
<div id="stopcode"> | ||
<h4> | ||
For more information about this issue and possible fixes, visit our website | ||
<br /> | ||
<a | ||
href="https://github.com/blueedgetechno/win11React/issues">https://github.com/blueedgetechno/win11React/issues</a> | ||
</h4> | ||
<h5> | ||
If you call a support person, give them this info: <br />Stop | ||
Code: 404_PAGE_NOT_FOUND | ||
</h5> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- partial --> | ||
<script src="./script.js"></script> | ||
</body> | ||
</html> | ||
</div> | ||
<!-- partial --> | ||
<script src="./script.js"></script> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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