Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
niklas@bitch ~ $ curl -I http://www.html.de
HTTP/1.1 200 OK
Date: Sun, 11 Dec 2005 14:56:21 GMT
Server: Apache/2.0.54 (Fedora)
X-Powered-By: PHP/5.0.4
Set-Cookie: html_de_data=************; expires=Mon, 11 Dec 2006 14:56:21 GMT; path=/; domain=www.html.de
Set-Cookie: html_de_sid=*************************; path=/; domain=www.html.de
Cache-Control: no-cache, pre-check=0, post-check=0
Expires: 0
Pragma: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<center><font face="Arial" size="6" color="#000000"><center><u>Kontaktformular</u></center></font></p>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="91"><font size="2" face="Arial" color="blue"><u>Vorname, Nachname</u>:</font></td>
<td width="405">
<input type="text" name="name" size="36" style="background-color: #FFFFFF;" onFocus="this.style.backgroundColor='yellow'" onblur="this.style.backgroundColor='#FFFFFF'"></td>
</tr>
<tr>
<td width="91"><font size="2" face="Arial" color="blue"><u>Email</u>:</font></td>
<td width="405">
<input type="text" name="email" size="36" style="background-color: #FFFFFF;" onFocus="this.style.backgroundColor='yellow'" onblur="this.style.backgroundColor='#FFFFFF'"></td>
</tr>
<tr>
<td width="91"><font size="2" face="Arial" color="blue"><u>Betreff</u>:</font></td>
<td width="405">
<input type="text" name="betreff" size="36" style="background-color: #FFFFFF;" onFocus="this.style.backgroundColor='yellow'" onblur="this.style.backgroundColor='#FFFFFF'"></td>
</tr>
<tr>
<td width="91"><font size="2" face="Arial" color="blue"><u>Nachricht</u>:</font></td>
<td width="405">
<textarea rows="4" name="nachricht" cols="27" style="background-color: #FFFFFF;" onFocus="this.style.backgroundColor='yellow'" onblur="this.style.backgroundColor='#FFFFFF'"></textarea></td>
</tr>
</table>
<input type="submit" value="Abschicken"></p>
</center>
</body></html>