This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/letsencrypt-nginx/website/index.html

23 lines
391 B
HTML
Raw Normal View History

2020-04-29 13:53:48 +00:00
<h1>${TITLE}</h1>
2020-04-18 10:13:09 +00:00
2020-04-29 13:53:48 +00:00
${DESCRIPTION}
2020-04-20 07:43:13 +00:00
2020-04-18 10:13:09 +00:00
<ul>
<li>
2020-04-29 08:37:04 +00:00
<a href='git/'>git</a>
2020-04-18 10:13:09 +00:00
</li>
<li>
2020-04-29 13:48:59 +00:00
<a href='https://${DRONE_SERVER_HOST}/'>drone</a>
2020-04-18 10:13:09 +00:00
</li>
<li>
2020-04-29 08:37:04 +00:00
<a href='blog/'>blog</a>
2020-04-20 07:43:13 +00:00
</li>
<li>
2020-04-29 08:37:04 +00:00
<a href='remote/'>remote</a>
2020-04-20 08:04:34 +00:00
</li>
<li>
2020-04-29 08:37:04 +00:00
<a href='chat/'>chat</a>
2020-04-18 10:13:09 +00:00
</li>
</ul>
2020-04-29 13:59:27 +00:00
<a href='${DRONE_REPO_LINK}/commit/${DRONE_COMMIT}'>${DRONE_REPO_LINK}/commit/${DRONE_COMMIT}</a>