1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

OnClick test

This commit is contained in:
Witold Filipczyk 2006-04-30 16:56:40 +02:00 committed by Witold Filipczyk
parent 3f6a3cb4e5
commit a558fe67b9

View File

@ -0,0 +1,7 @@
<html>
<body>
<center>
<input type="button" value="ELinks homepage" onclick="document.location.href='http://www.elinks.cz'">
</center>
</body>
</html>