Skip to content

Commit

Permalink
Update http-500.html
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown07724 authored Jul 16, 2024
1 parent 43369f4 commit acb609f
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion website/http-500.html
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@

<head>
<link rel="icon" type="image/x-icon" href="assets/images/favicon1.svg">
<style>
.welcome {
text-align: center;
}
footer {
text-align: center;
}
</style>
<script>
/* <a href="edit-project.html">
<button>edit project (still a beta)</button>
</a>
*/
// <a href="edit-project.html">edit project (beta)</a>
// position: absolute;
//right: 0%;

</script>
<link rel="stylesheet" href="button.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>projecto</title>
</head>
<body style="background-color:#424549;">
<link rel="stylesheet" href="text.css">
<h1>Oh Noes</h1>
<p> an unexpected server error happened</p>
<p>we are probably trying to fix this error</p>
</body>

0 comments on commit acb609f

Please sign in to comment.