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