website: init
This commit is contained in:
parent
afafd02d9a
commit
e4ef026a0c
7 changed files with 257 additions and 1 deletions
19
website/template.html
Normal file
19
website/template.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="stylesheet" href="../../style.css" type="text/css">
|
||||
<html>
|
||||
|
||||
<body>
|
||||
<div class="around">
|
||||
<div class="Years">
|
||||
<b>Year</b>
|
||||
: [
|
||||
<a href="blog/posts/01.html"> </a>
|
||||
]
|
||||
</div>
|
||||
<div class="content">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue