Skip to content

Commit

Permalink
奇怪的HTML
Browse files Browse the repository at this point in the history
原来的HTML真的大艹,没几行lint出3个警告
  • Loading branch information
lingbopro committed Sep 8, 2024
1 parent 31af6bb commit e43fb63
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>图骗</title>
<p style="font-size:5vh;text-align:center;">做着呢!(写几个文字装装样子(◔◡◔)</p>
<html lang="zh">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>图骗</title>
<style>
.title {
font-size: 5vh;
text-align: center;
}
</style>
</head>
<body>
<p class="title">做着呢!(写几个文字装装样子(◔◡◔)</p>
</body>
</html>

0 comments on commit e43fb63

Please sign in to comment.