Implement message styling and basic display of text
This commit is contained in:
parent
84dd40de5d
commit
d471600c0f
4 changed files with 96 additions and 4 deletions
|
|
@ -14,6 +14,11 @@
|
|||
<div id="companion-eye"><div id="companion-pupil"></div></div>
|
||||
<div id="companion-mouth"></div>
|
||||
</div>
|
||||
<div id="message">
|
||||
<div id="message-text">Test</div>
|
||||
<textarea id="message-input" placeholder="Bitte gib einen Text ein ..." />
|
||||
<button type="button" id="message-confirm">Weiter</button>
|
||||
</div>
|
||||
</div>
|
||||
<script src="./main.ts"></script>
|
||||
</body>
|
||||
|
|
|
|||
Reference in a new issue