21 lines
661 B
HTML
21 lines
661 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>The indian Cinema Foundation</title>
|
|
<meta charset="utf-8"/>
|
|
<meta content="width=700" name="viewport"/>
|
|
<link href="icf.icon.png" rel="shortcut icon"/>
|
|
<link href="icf.css?2" rel="stylesheet"/>
|
|
</head>
|
|
<body>
|
|
<div id="head">
|
|
<img id="icf_icon" src="icf.icon.png"/>
|
|
<img id="icf_the" src="icf.the.png"/>
|
|
<img id="icf_logo" src="icf.logo.png"/>
|
|
<a id="link" target="_blank"></a>
|
|
</div>
|
|
<div id="timeline"></div>
|
|
<div id="menu"></div>
|
|
<script src="icf.js"></script>
|
|
</body>
|
|
</html>
|