ael/app/countdown/index.html
2024-10-02 19:57:25 +02:00

22 lines
866 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Flash Player Death Countdown</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
</head>
<body>
<div class="clock-container">
<OBJECT classid="" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="f-count">
<PARAM NAME=movie VALUE="fsh/f-count.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#8487eb>
<EMBED src="fsh/f-count.swf" quality=high bgcolor=#8487eb WIDTH="100%" HEIGHT="100%" NAME="f-count" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
</div>
</body>
</html>