summaryrefslogtreecommitdiff
path: root/static/test.html
blob: 965132de7e34a87d1d5337f540e8696b1657974b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
	<head>
		<style>
			#test img {
				border: 2px solid pink;
			}
		</style>
	</head>
	<body>
		<div id="test">
			<img src="/static/cat.jpeg">
		</div>
	</body>
</html>