diff options
Diffstat (limited to 'templates/simple_header.html')
| -rw-r--r-- | templates/simple_header.html | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/templates/simple_header.html b/templates/simple_header.html deleted file mode 100644 index 1340aa1..0000000 --- a/templates/simple_header.html +++ /dev/null @@ -1,10 +0,0 @@ -<header class="container"> -    <nav class="container-fluid"> -        <ul> -            <li><h2><a href="/">Yet Another Blog</a></h2></li> -        </ul> -        <ul> -            <li><a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" class="secondary">Resume</a></li> -        </ul> -    </nav> -</header> | 
