HTML standard
This commit is contained in:
parent
bfb650520f
commit
8042857143
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="column">
|
||||
<a href="/"><img src="/mstile-70x70.png"/></a>
|
||||
<a href="/"><img src="/mstile-70x70.png" alt="Accueil"></a>
|
||||
</div>
|
||||
<div class="column column-50 column-offset-25 txtright" id="menu-blog">
|
||||
<a href="/">Blog</a>
|
||||
|
@ -64,7 +64,7 @@
|
|||
|
||||
<footer>
|
||||
<div class="row">
|
||||
<div class="column"><a href="https://creativecommons.org/licenses/by-nc-sa/3.0/fr/"><img src="/license.png"></a></div>
|
||||
<div class="column"><a href="https://creativecommons.org/licenses/by-nc-sa/3.0/fr/"><img src="/license.png" alt="Licence"></a></div>
|
||||
<div class="column column-offset-50 txtright">
|
||||
<a href="https://github.com/kianby/blog">Makesite.py</a>
|
||||
<a href="https://github.com/kianby/stacosys">Stacosys</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue