Documentation test
This commit is contained in:
parent
5a78759004
commit
242e3e44b7
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ body{
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header{
|
h1{
|
||||||
font-size: 10em;
|
font-size: 10em;
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div id="Infos">
|
<div id="Infos">
|
||||||
<p> <a href="/">index page</a> | <a href="/list">user and tag list</a></p>
|
<p> <a href="/">index page</a> | <a href="/list">user and tag list</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="header"> <u>Documentation</u> </div>
|
<h1 class="header"> <u>Documentation</u> </h1>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<div id="text">
|
<div id="text">
|
||||||
<p>Documentation</p>
|
<p>Documentation</p>
|
||||||
|
|
Loading…
Reference in a new issue