diff options
Diffstat (limited to 'projects.html')
-rw-r--r-- | projects.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..8659cbc --- /dev/null +++ b/projects.html @@ -0,0 +1,5 @@ +<ul class="Projects__List"> + $for(projects)$ + $body$ + $endfor$ +</ul> |