Skip to content

Commit

Permalink
Synchronized build
Browse files Browse the repository at this point in the history
  • Loading branch information
lektor-bot committed Feb 7, 2021
1 parent d266231 commit c72761f
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
30 changes: 30 additions & 0 deletions at.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" href="static/style.css">
<title> — Gergelim</title>
<body>
<header>
<h1>Gergelim</h1>
<nav>
<ul class="nav navbar-nav">
<li><a href="./">Welcome</a></li>

<li><a href="blog/">Blog</a></li>

<li><a href="projects/">Projects</a></li>

<li><a href="about/">About</a></li>

</ul>
</nav>
</header>
<div class="page">

<h2></h2>


</div>
<footer>
&copy; Copyright 2021 by Gianluca Ciccarelli.
</footer>
</body>
30 changes: 30 additions & 0 deletions beta.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" href="static/style.css">
<title> — Gergelim</title>
<body>
<header>
<h1>Gergelim</h1>
<nav>
<ul class="nav navbar-nav">
<li><a href="./">Welcome</a></li>

<li><a href="blog/">Blog</a></li>

<li><a href="projects/">Projects</a></li>

<li><a href="about/">About</a></li>

</ul>
</nav>
</header>
<div class="page">

<h2></h2>


</div>
<footer>
&copy; Copyright 2021 by Gianluca Ciccarelli.
</footer>
</body>

0 comments on commit c72761f

Please sign in to comment.