implemented database, article cards, and parsing from markdown.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<foot></foot>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link href="css/base.css" rel="stylesheet" type="text/css">
|
||||
<link href="css/text.css" rel="stylesheet" type="text/css">
|
||||
<link href="css/images.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
Reference in New Issue
Block a user