| Current Path : /var/www/html/mmishra/ |
| Current File : /var/www/html/mmishra/demo.html |
<html>
<head>
<title>Demo Site</title>
<style>
#off {color:red;}
#on {color:brown;}
</style>
</head>
<body bgcolor="pink">
<h2>Real world various applications of proposed framework</h2>
<table width='100%' border='1'>
<tr><th>Purpose</th><th>Description</th></tr>
<tr><td><a href='greeting.html'>Greeting</a></td><td>Display greeting message to the visitors of home page without any programming.</td></tr>
<tr><td><a href='calendar.html'>Calendar</a></td><td>How a live calendar can be displayed on a website that will show the upcoming dates of current month.</td></tr>
<tr><td><a href='wishing.html'>Wishes</a></td><td>This demonstrate the auto display of seasonal happy wishes on the website.</td></tr>
<tr><td><a href='event.html'>Event</a></td><td>This example shows how events can be presented with future and past activities.</td></tr>
<tr><td><a href='timetable.html'>Time-Table</a></td><td>Here is demo of presenting time-table of any exercise.</td></tr>
<tr><td><a href='offer.html'>Offers</a></td><td>This example demonstrates smart display of valid offers only.</td></tr>
<tr><td><a href='news.html'>News</a></td><td></td></tr>
<tr><td><a href='tender.html'>Tender</a></td><td></td></tr>
<tr><td><a href='notice.html'>PhD Notice</a></td><td>Display list of upcomming PhD presentations at the university.</td></tr>
</table>
</body>
</html>