Better semanticity

<div class="time"> => <time>

<div class="quote"> <div class="text"> <div class="author"> => <div class="quote"> <blockquote> <cite>
This commit is contained in:
Firebrand 2018-08-09 14:53:54 +07:00 committed by GitHub
parent 39f22f4f03
commit 7eb9b1e248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
<title>New Tab</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i" rel="stylesheet">
<link href="index.css" rel="stylesheet">
</head>
@ -17,13 +17,13 @@
<div class="greeting"></div>
<div class="time"></div>
<time></time>
<div class="quote">
<div class="text"></div>
<span class="author"></span>
<blockquote></blockquote>
<cite></cite>
</div>