updating file paths to use xampp again

This commit is contained in:
2025-03-31 16:40:02 -06:00
parent 6ea50f25a9
commit ffe30b8226
8 changed files with 27 additions and 28 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ $poll_options = [
<head>
<title>Poll</title>
<link href="/poll/css/styles.css" type="text/css" rel="stylesheet">
<script src="/poll/js/index.js" defer></script>
<link href="css/styles.css" type="text/css" rel="stylesheet">
<script src="js/index.js" defer></script>
</head>
<body>