Skip to content

Commit

Permalink
new website
Browse files Browse the repository at this point in the history
  • Loading branch information
caxzy authored Dec 20, 2023
1 parent 6bbafbb commit 5f76b06
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>page not available</title>
<link rel ="stylesheet" href="file/style.css">
<link rel="icon" href="file/">
</head>
<body>
<div class="container_main" name="container_init">
<ul class="title">page not available.</ul>
</div>

<div class="container_main" name="container_main" style="visibility:hidden; width:50%;">
<ul>
<img class='img' src="file/">
</ul>

<ul class="title">page not available -
<a class="index_message" id="index_message"></a>
</ul>
</div>
</body>

</html>

0 comments on commit 5f76b06

Please sign in to comment.