mardi 20 décembre 2016

where should ı put my second page

i got 2 html pages. I put my first html page inside of my document root (var/www) in apache 2 and it works. it has a button which moves secondpage. When ı enter my ıp on browser,ı see first page ı press login but 404 error comes in.Where should ı locate my secondpage

Here is my code

<html>
<h1>Welcome to e-flea market!</h1>
<table align="center" width="40%" height="88" bgcolor="rgb(21, 232, 246)">
<tr>

<td align="left" width="50">
<p align="left">
<font color="#ffffff" size="3">
Your name:<br>
</font>
<input type="text"><br>
<font color="#9DACCB" size="5">
</font>
</p>
</td>

<td align="left" width="100">
<p align="left">
<br>
<form method="get" action="\Users\Hp\.atom\2ndpage.html" >
<input type="submit" value="LOGIN">
</p>
</td>
</tr>
</table>
</body>
</html>




Aucun commentaire:

Enregistrer un commentaire