Skip to content

Commit

Permalink
moving styles
Browse files Browse the repository at this point in the history
  • Loading branch information
deilann committed Sep 29, 2023
1 parent 58020f2 commit ebdfe79
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gender-validation/gender-antigender-reaction.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="genderstyle.css">
<link rel="stylesheet" href="../styles/genderstyle.css">
<title>gender anti-gender annihilation</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion gender-validation/gender.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="genderstyle.css">
<link rel="stylesheet" href="../styles/genderstyle.css">
<title>(re)gender</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="gender-validation/genderstyle.css">
<link rel="stylesheet" href="styles/genderstyle.css">
<title>gender index</title>
</head>
<body>
Expand Down
File renamed without changes.

0 comments on commit ebdfe79

Please sign in to comment.