Add basic styling css to index.html

This commit is contained in:
Ray 2024-07-15 00:24:27 +10:00
parent ae3363d1d9
commit 4124b64b21
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
<title>reiyua</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>