Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lbrsy authored May 27, 2023
1 parent 4c9b5c0 commit 9d6cdd2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
h2 {
background-color: seagreen;
}
</style>
</head>
<body>
<h2>hello,this is a test page!</h2>
</body>
<script></script>
</html>

0 comments on commit 9d6cdd2

Please sign in to comment.