cinemafoundation.in/index.html

22 lines
670 B
HTML
Raw Normal View History

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