mirror of
https://codeberg.org/liliesh/homepage.git
synced 2026-03-18 22:08:35 +01:00
Added base
This commit is contained in:
parent
b8107be42a
commit
f4220fb09a
19 changed files with 244 additions and 309 deletions
39
html/.template.html
Normal file
39
html/.template.html
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Liliesh's Homepage</title>
|
||||
<link rel="stylesheet" href="./base.css">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" content="meow meow! :3">
|
||||
<meta name="keywords" content="Linux, Self-Hosting, Meow">
|
||||
<meta name="author" content="Liliesh">
|
||||
<meta name="viewport" content="width=device-width, inital-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div class="topbar">
|
||||
<div class="lefthead">
|
||||
<h3>Liliesh's Homepage!</h3>
|
||||
<p><i>I like to meow! :3</i></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="navbar">
|
||||
<p>goto</p>
|
||||
<a href="./index.html" id="current_nav">home</a>
|
||||
<a href="./blog.html">blog</a>
|
||||
<a href="./links.html">links</a>
|
||||
<a href="./about_me.html">about_me</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<main>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<div class="footerbox">
|
||||
built without javascript - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
||||
</div>
|
||||
</footer>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue