equal spacing

This commit is contained in:
Fl1tzi 2023-07-18 15:06:40 +02:00
parent e602661444
commit ec3617c441
No known key found for this signature in database
GPG key ID: 06B333727810C686
4 changed files with 11 additions and 8 deletions

View file

@ -13,10 +13,10 @@
<body>
<header>
<h1>Applications</h1>
<nav>
<hr/>
<nav>
<ul>
<hr/>
<a href="/">Home</a>
<a href="/">Home</a>
//
<a href="/contact.html">Contact</a>
<ul>

View file

@ -13,10 +13,10 @@
<body>
<header>
<h1>Contact</h1>
<nav>
<hr/>
<nav>
<ul>
<hr/>
<a href="/">Home</a>
<a href="/">Home</a>
//
<a href="/contact.html">Contact</a>
<ul>

View file

@ -14,7 +14,7 @@
<body>
<header>
<h1>Index</h1>
<nav>
<nav>
<ul>
<ul>
</nav>

View file

@ -16,11 +16,14 @@
<body>
<header>
<h1>$title$</h1>
$if(homepage)$
$else$
<hr/>
$endif$
<nav>
<ul>
$if(homepage)$
$else$
<hr/>
<a href="/">Home</a>
//
<a href="/contact.html">Contact</a>