10 lines
283 B
HTML
10 lines
283 B
HTML
|
<!doctype html>
|
||
|
<head>
|
||
|
<title>Searching Programs</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../other/css.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<font size="6">Searching...</font>
|
||
|
<center><img src="../menuIcons/loading_bar.gif" style="margin-top:.5%;"></img></center>
|
||
|
</body>
|
||
|
</html>
|