Startpunkten

This commit is contained in:
2026-03-05 13:31:50 +01:00
commit 86a20ae0e1
16 changed files with 1305 additions and 0 deletions

26
Lab3/guestbook.html Normal file
View File

@@ -0,0 +1,26 @@
<html>
<body bgcolor="#ffffff" text="#000000">
<h2>Sign my guestbook !</h2><br>
<form action="cgi-bin/guestbook.cgi" method="GET">
<table border=0 cellpadding=1 cellspacing=1>
<tr>
<td valign=middle bgcolor="#eeeeee"><b>Full name:</b> </td>
<td><input type="text" name="namn" size=40> *</td>
</tr>
<tr>
<td valign=middle bgcolor="#eeeeee"><b>Mailadress:</b> </td>
<td><input type=text" name="mailAdress" size=40></td>
</tr>