2018-01-11 12:44:22 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2018-01-12 13:43:53 +00:00
|
|
|
<title>The indian Cinema Foundation</title>
|
2018-01-11 12:44:22 +00:00
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<meta content="width=device-width" name="viewport"/>
|
|
|
|
<link href="icf.icon.png" rel="shortcut icon"/>
|
2018-01-12 18:51:08 +00:00
|
|
|
<link href="icf.css?2" rel="stylesheet"/>
|
2018-01-11 12:44:22 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="head">
|
|
|
|
<img id="icf_icon" src="icf.icon.png"/>
|
2018-01-12 13:43:53 +00:00
|
|
|
<img id="icf_the" src="icf.the.png"/>
|
2018-01-11 12:44:22 +00:00
|
|
|
<img id="icf_logo" src="icf.logo.png"/>
|
2018-01-12 13:43:53 +00:00
|
|
|
<a id="link" target="_blank"></a>
|
2018-01-11 12:44:22 +00:00
|
|
|
</div>
|
|
|
|
<div id="timeline"></div>
|
2018-01-12 13:43:53 +00:00
|
|
|
<div id="menu"></div>
|
2018-01-11 12:44:22 +00:00
|
|
|
<script src="icf.js"></script>
|
|
|
|
</body>
|
2018-01-12 18:46:18 +00:00
|
|
|
</html>
|