plantuml-server/src/main/webapp/resource/githubribbon.html

17 lines
450 B
HTML

<div>
<img
style="display: inline; position: absolute; top: 0; right: 0; border: 0; max-width: 35%;"
class="no-filter"
src="assets/github-fork-me.png"
alt="Fork me on GitHub"
usemap="#github-banner"
/>
<map id="github-banner" name="github-banner" style="cursor: pointer;">
<area
shape="poly"
coords="15,0 59,0 149,90 149,134"
href="https://github.com/plantuml/plantuml-server"
alt="Fork me on GitHub"
/>
</map>
</div>