public/ramblings/index.html

22 lines
No EOL
530 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>index</title>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=alternate title="feed" type=application/atom+xml href="/ramblings/feed.xml">
<link rel="stylesheet" href="/assets/style2.css" />
<link rel="stylesheet" href="/assets/code.css" />
</head>
<body>
<header>
<h1>index</h1>
</header>
<article>
<ul>
<li><a href="hello.html">Hello, world!</a></li>
</ul>
</article>
</body>
</html>