index.html: add meta-viewport; add input field
This commit is contained in:
parent
ecbbc8dfa2
commit
f9044c39c2
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue