This repository has been archived on 2020-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
codesite/page_template.htm

21 lines
375 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h2>##PROJECTNAME##</h2>
<p>##DESCRIPTION##</p>
##IMAGESECTION##
<a href="##IMAGE##"><img src="##THUMBNAIL##"></a>
##ENDIMAGESECTION##
##DOWNLOADSECTION##
<a href="##DOWNLOAD_URL##">##FILENAME##</a>
##ENDDOWNLOADSECTION##
</body>
</html>