implemented database, article cards, and parsing from markdown.
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
require_once 'functions/init.php';
|
||||
require_once 'functions/functions.php';
|
||||
|
||||
include_once 'components/head.php';
|
||||
|
||||
include_once 'functions/article_functions.php';
|
||||
echo article_page_from_markdown($_GET['article_id']);
|
||||
|
||||
include_once 'components/foot.php';
|
||||
Reference in New Issue
Block a user