Back (Current repo: lowdown)

fork of lowdown from https://kristaps.bsd.lv
To clone this repository:
git clone https://git.viktor1993.net/lowdown.git
Log | Download | Files | Refs | LICENSE

html-meta-multi-css-eoln.html (291B)


<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="foo.css" />
<link rel="stylesheet" href="bar.css" />
<title>Untitled article</title>
</head>
<body>

<p>hello, world</p>
</body>
</html>