summaryrefslogtreecommitdiffstats
path: root/.config/browsers/home.html
blob: 2b4db6e1c7d80541ec3223fbeaac43a377a70d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
	<head>
		<title>joe's homepage</title>
		<meta charset="UTF-8">
		<link rel="stylesheet" type="text/css" href="home.css">
	</head>
	<body>
		<h1>hey</h1>
	</body>
</html>