Skip to content

Commit f76f995

Browse files
Merge pull request #103 from CoderDojoPotsdam/niccokunzmann-patch-1
remove / from English button
2 parents a4f9dc2 + 8a1155f commit f76f995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77

88
<body>
9-
<form method="get" action="/en/00-01.html">
9+
<form method="get" action="en/00-01.html">
1010
<button class="btn" type="submit">English</button>
1111
</form>
1212
<form method="get" action="de/00-01.html">

0 commit comments

Comments
 (0)