-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
executable file
·30 lines (30 loc) · 1.02 KB
/
home.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<title>Barcode home page</title>
</head>
<body bgcolor="#FFFFCC">
<table align='center'>
<tr>
<td><img src="home.png" border="1"></td>
<td><a href="sample.php"><img src="sample.png" border="0"></a></td>
<td><a href="download.php"><img src="download.png" border="0"></a></td>
</tr>
</table>
<br><br>
<table align="center" width="640">
<tr><td> Barcode is a small implementation of a barcode rendering class using the <a target="_blank" href="http://www.php.net">PHP</a> language and <a target="_blank" href="http://www.boutell.com/gd/">GD graphics library</a>.</td></tr>
<tr><td><br></td></tr>
<tr><td><br></td></tr>
<tr><td>For any question, please send an email to <a href="mailto:[email protected]">[email protected]</a></td></tr>
</table>
<br><br>
<table align="center">
<tr>
<td align="center"><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=25228" width="88" height="31" border="0" alt="SourceForge Logo"></A></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</body>
</html>