| 780 |
vikas |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
5 |
|
|
|
6 |
<!-- Prevent MS Office toolbar from changing layout -->
|
|
|
7 |
<meta http-equiv="imagetoolbar" content="false">
|
|
|
8 |
<meta name="MSSmartTagsPreventParsing" content="true">
|
|
|
9 |
|
| 997 |
vikas |
10 |
<title>Saholic.com</title>
|
| 780 |
vikas |
11 |
|
|
|
12 |
#include ( "templates/commoncssfiles.vm" )
|
|
|
13 |
</head>
|
|
|
14 |
|
|
|
15 |
<body>
|
|
|
16 |
<noscript>
|
|
|
17 |
<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
|
|
|
18 |
</noscript>
|
| 805 |
rajveer |
19 |
$action.getHeaderSnippet()
|
| 780 |
vikas |
20 |
<p id="exception">Internal error occured</p>
|
| 805 |
rajveer |
21 |
$action.getFooterSnippet()
|
| 943 |
vikas |
22 |
|
|
|
23 |
#include ( "templates/commonjsfiles.vm" )
|
| 780 |
vikas |
24 |
</body>
|
|
|
25 |
</html>
|