had to fix link rel in head

This commit is contained in:
Tristan Ancelet 2023-05-06 20:12:33 -05:00
parent 9e6369d136
commit 90cd58aad7

View File

@ -4,7 +4,7 @@
--> -->
<html> <html>
<head> <head>
<link rel="sytlesheet" href="css/main.css"> <link rel="stylesheet" href="css/main.css">
<title>This is a test</title> <title>This is a test</title>
</head> </head>
</body> </body>