Skip to content

Commit

Permalink
change version to 2.2-release
Browse files Browse the repository at this point in the history
  • Loading branch information
LordCasser committed Aug 24, 2022
1 parent b463a5c commit d5a7137
Showing 1 changed file with 42 additions and 43 deletions.
85 changes: 42 additions & 43 deletions app/public/home.html
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self'">
<meta name="viewport" content="width=device-width initial-scale=1" />
<title>home</title>
<link
href="https://fonts.googleapis.com/css?family=Ubuntu+Mono"
rel="stylesheet"
/>
<style type="text/css">
body {
white-space: pre;
font-size: 10px;
line-height: 10px;
text-align: center;
font-family: 'Ubuntu Mono';
}
::-webkit-scrollbar {
width: 4px;
}
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self'" />
<meta name="viewport" content="width=device-width initial-scale=1" />
<title>home</title>
<link
href="https://fonts.googleapis.com/css?family=Ubuntu+Mono"
rel="stylesheet"
/>
<style type="text/css">
body {
white-space: pre;
font-size: 10px;
line-height: 10px;
text-align: center;
font-family: "Ubuntu Mono";
}
::-webkit-scrollbar {
width: 4px;
}

::-webkit-scrollbar-track {
background: gray;
opacity: 0.1;
}
::-webkit-scrollbar-track {
background: gray;
opacity: 0.1;
}

::-webkit-scrollbar-thumb {
background: rgb(245, 124, 0);
border-radius: 2px;
}
a {
color: inherit;
}
li {
text-align: left;
}
</style>
</head>
<body>
<h1>Welcome To Tp0t OJ</h1>
<pre>
::-webkit-scrollbar-thumb {
background: rgb(245, 124, 0);
border-radius: 2px;
}
a {
color: inherit;
}
li {
text-align: left;
}
</style>
</head>
<body>
<h1>Welcome To Tp0t OJ</h1>
<pre>



Expand Down Expand Up @@ -82,8 +82,7 @@ <h1>Welcome To Tp0t OJ</h1>
ihshhSS3399939993933333SS3S5hhi,i:
11rr:;is-rr:i

</pre
>
<h4>Version 2.0-RC.3</h4>
</body>
</pre>
<h4>Version 2.2-release</h4>
</body>
</html>

0 comments on commit d5a7137

Please sign in to comment.