diff options
Diffstat (limited to 'header/drawn.txt')
| -rwxr-xr-x | header/drawn.txt | 55 | 
1 files changed, 55 insertions, 0 deletions
diff --git a/header/drawn.txt b/header/drawn.txt new file mode 100755 index 0000000..6422b9a --- /dev/null +++ b/header/drawn.txt @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html> +	<head> +		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + +		<title>drawn</title> + +		<style> +		* { +			line-height: 0em; +		} +		h2 { +			font-family: Verdana, Go, sans-serif; +			font-style: italic; +			line-height: 1em; +			float: left; +			margin-left: 10%; +			font-weight: normal; +		} +		img { +			width: 50%; +			margin-right: 10%; +			float: right; +			image-rendering: pixelated; +		} +		::-webkit-scrollbar { +		  width: 0.25em; +		} +		::-webkit-scrollbar-track { +		  background: #ffffec; +		} +		::-webkit-scrollbar-thumb { +		  background: #000000; +		} +		a:link { +			padding-left: 45%; +			color: #000040; +			font-style: normal; +			text-decoration: none; +		} +		a:visited { +			color: #000040; +		} +		h1 { +			font-size: 4em; +			font-family: Verdana, Go, serif; +			font-style: italic; +			font-weight: normal; +		} +		</style> +	</head> + +	<body bgcolor=#ffffec> +		<center> +			<h1>drawn</h1>  | 
