index.html: add meta-viewport; add input field

This commit is contained in:
Alexander Mahr 2024-10-30 09:30:00 +01:00
parent ecbbc8dfa2
commit f9044c39c2

View file

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1.0" name="viewport">
</head>
<script>
function sleepit(ms) {
@ -101,6 +105,7 @@ function divMessage(html){
<a href='https://html5test.co/'>https://html5test.co/</a>
<h1> this is html <h1>
<h2> this is a h2</h2>
<input type=text />
<img src='https://wald.alexmahr.de/images/bear.avif'>
<img src='https://wald.alexmahr.de/images/delphin.avif'>
</html>