fix directory path to style.css in about.php

This commit is contained in:
emma 2024-12-03 23:43:14 -05:00
parent ad63837cd6
commit cafe2e50da
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>about emma</title>
<link rel="stylesheet" href="./style/style.css">
<link rel="stylesheet" href="../style/style.css">
</head>
<body>