fix css loading

This commit is contained in:
2025-07-31 12:34:14 -04:00
parent b080492aa2
commit eab4e883ce

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Thank you!</title> <title>Thank you!</title>
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/favicon.ico"> <link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/touch-icon.png"> <link rel="apple-touch-icon" href="img/touch-icon.png">