Update index.html

This commit is contained in:
Ray 2024-08-22 14:24:12 +10:00 committed by GitHub
parent b8ab112e07
commit 83747e8fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reiyua</title>
<title>reiyua</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="centered-content">
<h1>Reiyua</h1>
<h1>reiyua</h1>
</div>
</body>
</html>