cinemafoundation.in/index.html

22 lines
661 B
HTML
Raw Normal View History

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"/>
2018-02-25 17:52:46 +00:00
<meta content="width=700" name="viewport"/>
2018-01-11 12:44:22 +00:00
<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>