diff options
| -rw-r--r-- | promo/smalltile.png | bin | 0 -> 13119 bytes | |||
| -rw-r--r-- | promo/tiles.html | 46 | 
2 files changed, 46 insertions, 0 deletions
| diff --git a/promo/smalltile.png b/promo/smalltile.pngBinary files differ new file mode 100644 index 0000000..cdd2dc4 --- /dev/null +++ b/promo/smalltile.png diff --git a/promo/tiles.html b/promo/tiles.html new file mode 100644 index 0000000..926c0ac --- /dev/null +++ b/promo/tiles.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html> +	<head> +		<title>REDIRECTOR TILES FOR WEB STORE</title> +		<meta charset="UTF-8"> +		<style> +			body { +				font-family: Arial; +				text-align: center; +			} + +			#small-tile { +				width:440px; +				height:280px; +				border:solid 1px red; +				padding:0px; +				margin:0px; +			} +			#small-tile div { +				font-size:350px; +				font-weight: bold; +				margin-top:-190px; +				margin-bottom:-120px; +			} +			#small-tile span { +				color:#5e6163; +				font-weight: bold; +				text-decoration:  +			} +			#small-tile span span { +				font-style: italic; +			} +			#small-tile h1 { +				font-size:40px; +				margin-bottom:5px; +			} +		</style> +	</head> +	<body> +		<div id="small-tile"> +			<div>☈</div> +			<h1>REDIRECTOR</h1> +			<span>Go where <span>YOU</span> want!</span> +		</div> +	</body> +</html>
\ No newline at end of file | 
