diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-02-04 05:36:31 +0000 |
commit | 1cff99cbe3656637b58d0bb2b0086476aa49ac2e (patch) | |
tree | 18b681547afdde16172f9a323f820bed8b952c07 /p/index.tpl | |
parent | err (diff) | |
download | w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.gz w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.bz2 w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.xz w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.zip |
nift
Diffstat (limited to 'p/index.tpl')
-rw-r--r-- | p/index.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/index.tpl b/p/index.tpl new file mode 100644 index 0000000..b2c1f95 --- /dev/null +++ b/p/index.tpl @@ -0,0 +1,4 @@ +<h2>PROJECTS</h2> +<p><a href="@pathtofile($[output-dir]w)">w</a> (HTML, CSS)<br />Website</p> +<p><a href="@pathtofile($[output-dir]wf)">wf</a> (C#)<br />WinForms</p> +<p><a href="@pathtofile($[output-dir]sql)">sql</a> (SQL, PLSQL)<br />SQL</p> |