Skip to content

Commit

Permalink
tProxy Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
twtg93 authored Mar 16, 2022
1 parent c2435a0 commit 9346958
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions lib/error.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>&zwnj;</title>
<meta name="description" content="A no&zwnj;de.js web pr&zwnj;oxy featuring UR&zwnj;L enco&zwnj;ding, and amazing compatablity!">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap" rel="stylesheet">
<style>
body {
font-family: "Noto Sans JP";
font-size: "25px";
text-align: center;
background-color:#222;
}

.container {
margin-top: 10%;
font-family: "Noto Sans JP";
font-size: "50px";
color: #FFF;

}
</style>

</head>

<body>
<div class="container">
<h1>%ERR%</h1>
</div>
<!--Scripts-->
</body>

</html>

0 comments on commit 9346958

Please sign in to comment.