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