samhuri.net/Tests/test-styles/expected/index.html

15 lines
277 B
HTML

<!doctype html>
<html>
<head>
<title>Valar Morghulis</title>
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/my-stuff.css">
</head>
<body>
<h1><a href="http://example.net">Valar Morghulis</a></h1>
<p>hello world</p>
</body>
</html>