blob: 695a2707480aed099e0434f07687486bcf09fe4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<title>woah!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type = "text/css">
body {
background-color: lightgreen;
}
</style>
</head>
<body>
<center><p style="color: #F5F; font-size: 22vh; text-shadow: 6px 6px #548abb;"><img src="seagl.left.png" style="display: inline;">the second example!<img src="seagl.right.png" style="display: inline;"></p></center>
</body>
</html>
|