diff options
Diffstat (limited to 'docs/_DOCS_TEMPLATE.md')
| -rw-r--r-- | docs/_DOCS_TEMPLATE.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/_DOCS_TEMPLATE.md b/docs/_DOCS_TEMPLATE.md new file mode 100644 index 0000000..6a56bbd --- /dev/null +++ b/docs/_DOCS_TEMPLATE.md @@ -0,0 +1,15 @@ +<h1 align="center">Title</h1> +<p align="center"> + Description +</p> + +Content here + +<!-- To display playable code if needed --> +<!--<iframe + src="../play/play.html?tur=default.md&title=Title" + height="600px"/>--> + +<p align="center" style="font-size: 0.85em; color: gray;"> + Written by @Your-Name +</p> |
