Sha256: 4397c9547d72c561fd1096d6df56960b60b25ed5b0db082b98533cb1b9979134

Contents?: true

Size: 841 Bytes

Versions: 4

Compression:

Stored size: 841 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
	<head>
		<title><%= project_name %></title>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<script type="text/javascript" src="/javascripts/swfobject.js"></script>
		<script type="text/javascript">
		swfobject.embedSWF("/bin/<%= project_name %>.swf", "mainApp", "100%", "100%", "9.0.0", "expressInstall.swf");
		</script>
		<style>
		  body { margin: 0px; overflow: hidden; }
		</style>
	</head>
	<body>
		<div id="mainApp">
			<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
		</div>
	</body>
</html>

Version data entries

4 entries across 2 versions & 2 rubygems

Version Path
ruboss4ruby-1.0.1 rails_generators/ruboss_config/templates/index.html.erb
ruboss4ruby-1.0.1 merb_generators/ruboss_config/templates/index.html.erb
ruboss_on_ruby-1.0.1 merb_generators/ruboss_config/templates/index.html.erb
ruboss_on_ruby-1.0.1 rails_generators/ruboss_config/templates/index.html.erb