all repos — win98-startpage @ master

An HTML4-based startpage for my browser

index.htm (view raw)

  1
  2<!DOCTYPE html>
  3<html>
  4<!-- Che minchia guaddi, pezzo di gay -->
  5
  6<head>
  7	<base target="_blank">
  8	<title>a e s t h e t i c</title>
  9	<!--
 10	 <audio autoplay loop>
 11		 <source src="audio.mp3" type="audio/mpeg">
 12	</audio> -->
 13	<style>
 14		@font-face {
 15			font-family: 'camcorder_reg_web';
 16			src: url('fonts/camcorder_reg_web-webfont.eot');
 17			src: url('fonts/camcorder_reg_web-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/camcorder_reg_web-webfont.woff') format('woff'), url('fonts/camcorder_reg_web-webfont.ttf') format('truetype'), url('fonts/camcorder_reg_web-webfont.svg#camcorderregular') format('svg');
 18			font-weight: normal;
 19			font-style: normal;
 20		}
 21		
 22		body {
 23			font-family: sans-serif;
 24			background: url("bg.jpg");
 25			background-size: cover;
 26		}
 27		
 28		table,
 29		td {
 30			background-color: #c1c1c1;
 31		}
 32		
 33		th,
 34		td {
 35			padding: 5px;
 36			text-align: left;
 37		}
 38		
 39		div {
 40			border-collapse: collapse;
 41			position: absolute;
 42			top: 50%;
 43			left: 50%;
 44			-ms-transform: translateX(-50%) translateY(-50%);
 45			-webkit-transform: translate(-50%, -50%);
 46			transform: translate(-50%, -50%);
 47		}
 48		
 49		.testo {
 50			font-family: 'camcorder_reg_web';
 51			font-size: 50pt;
 52			color: white;
 53			position: absolute;
 54			top: 28%;
 55			left: 4%;
 56		}
 57		
 58		a:link,
 59		a:visited,
 60		a:hover,
 61		a:active {
 62			text-decoration: underline;
 63			color: blue;
 64		}
 65	</style>
 66</head>
 67
 68<body>
 69	<font class="testo">life is a lie</font>
 70	<div>
 71		<table style="width:100%; border: 3px solid #848484;">
 72			<tr>
 73				<th colspan="2" style="color: white; background-color: blue; border: 0px solid blue;">
 74					Welcome.</th>
 75			</tr>
 76			<tr>
 77				<td rowspan="20"><img height="300px" src="ce.jpg"></td>
 78				<td>
 79					<a href="http://boards.4chan.org/g/">/g/</a> <a href="http://boards.4chan.org/wsg/">/wsg/</a>
 80					<a href="http://boards.4chan.org/b/">/b/</a> <a href="http://boards.4chan.org/gif/">/gif/</a>
 81					<a href="http://boards.4chan.org/wg/">/wg/</a>
 82				</td>
 83			</tr>
 84			<tr>
 85				<td>
 86					<a href="https://web.whatsapp.com/">whatsapp</a> <a href="https://web.telegram.org/#/im">telegram</a>
 87				</td>
 88			</tr>
 89			<tr>
 90				<td>
 91					<a href="https://www.facebook.com/">facebook</a> <a href="https://www.youtube.com/">youtube</a>
 92				</td>
 93			</tr>
 94			<tr>
 95				<td>
 96					<a href="https://play.spotify.com/browse">spotify</a> <a href="http://youtubemp3.to/">youtube-mp3</a>
 97				</td>
 98			</tr>
 99			<tr>
100				<td>
101					<a href="https://www.vvvvid.it/#!channel/0/you">vvvvid</a> <a href="https://www.watch2gether.com/">watch2gether</a>
102				</td>
103			</tr>
104			<tr>
105				<td>
106					&nbsp;&nbsp;<a href="https://www.amazon.it/gp/your-account/order-history">amazon</a>&nbsp;&nbsp;&nbsp;
107					<a href="https://www.paypal.com/myaccount/home">paypal</a>
108				</td>
109			</tr>
110		</table>
111	</div>
112</body>
113
114</html>