Skip to content

Commit

Permalink
remove / from />
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 6, 2023
1 parent b566269 commit 68aa006
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">

<head>
<link type="text/css" rel="stylesheet" href="/css/materialize.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="/css/sidenav-compact.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="/css/local.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="/css/materialize.css" media="screen">
<link type="text/css" rel="stylesheet" href="/css/sidenav-compact.css" media="screen">
<link type="text/css" rel="stylesheet" href="/css/local.css" media="screen">

<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<link rel="icon" href="/pics/favicon.ico" type="image/x-icon">
<meta charset="UTF-8"/>
<meta charset="UTF-8">
<title>FAI - Fully Automatic Installation</title>
</head>

Expand Down
4 changes: 2 additions & 2 deletions team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ <h4>The Team</h4>
<table>

<tr>
<td><img src="/team/mrfai.jpg" style="float: left; margin: 1em 1em 1em 1em;" alt="" />
<td><strong><a href="https://cs.uni-koeln.de/ls-juenger/people/lange">Thomas Lange</a></strong><br />lange _a_t fai-project.org<br />Mrfai on #fai<br />project leader</td>
<td><img src="/team/mrfai.jpg" style="float: left; margin: 1em 1em 1em 1em;" alt="" >
<td><strong><a href="https://cs.uni-koeln.de/ls-juenger/people/lange">Thomas Lange</a></strong><br>lange _a_t fai-project.org<br>Mrfai on #fai<br>project leader</td>
</tr>

</table>
Expand Down

0 comments on commit 68aa006

Please sign in to comment.