Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shichiyooo committed Jan 30, 2024
0 parents commit ed2a857
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>七天一星期的云盘</title>
<link rel="icon" href="index.svg">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}

iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="http://117.82.50.155:5244"></iframe>
</body>
</html>
Loading

0 comments on commit ed2a857

Please sign in to comment.