Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
PlateAss committed Mar 28, 2020
1 parent 69084b7 commit 2838651
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
<html lang="en">
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
h1{
text-align: center;
font-size: 50px;
}
</style>
<title>PlateAss</title>
<style type="text/css">
h1{text-align: center;font-size: 50px;}
</style>
</head>
<body>
<h1>Hello Github</h1>
<h1>PlateAss</h1>
</body>
</html>

0 comments on commit 2838651

Please sign in to comment.