move lang in header file
This commit is contained in:
parent
580e0032c1
commit
22b0e50589
1 changed files with 9 additions and 2 deletions
11
header.html
11
header.html
|
@ -7,8 +7,15 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><a href="index.html">gyiwr dot tf</a></h1>
|
||||
<h2>le site de rick</h2>
|
||||
<div>
|
||||
<h1><a href="index.html">gyiwr dot tf</a></h1>
|
||||
<h2>le site de rick</h2>
|
||||
</div>
|
||||
<div id="lang">
|
||||
<img id="choose" src="img/fr.svg" width=50px />
|
||||
<img src="img/fr.svg" width=50px />
|
||||
<img src="img/fr.svg" width=50px />
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div id="header-links">
|
||||
|
|
Loading…
Reference in a new issue