start of convertsion

This commit is contained in:
2021-03-09 22:30:28 +01:00
parent 9d19abdd48
commit 8654e795fe
8 changed files with 907 additions and 0 deletions
@@ -0,0 +1,16 @@
<hr>
<p class='normal'>
<input type='submit' value='Charakter anzeigen/verbergen' onClick='showHideCharacter();' />
</p>
<form id='CharacterInfo' style='display: none;'>
<h3>{{rolename}}</h3>
<p class='normal'>{{roledescription}}</p>
</form>
<hr>
<br></br>
</hr>
</hr>
<!--
vim:ft=html :
-->