website: init
This commit is contained in:
parent
afafd02d9a
commit
e4ef026a0c
7 changed files with 257 additions and 1 deletions
22
website/index.html
Normal file
22
website/index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<html>
|
||||
|
||||
<body id="top">
|
||||
|
||||
<div class="content">
|
||||
<h2 class="header" align="center">My Website</h2>
|
||||
<p>
|
||||
Welcome to my website. Here I share some heartfelt ramblings about different things.<br>
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
<div class="years">
|
||||
<h2>Brain farts</h2>
|
||||
<h3> 2025</h3>
|
||||
<a href="blog/post/02.html">I love JJ</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue