mirror of
https://git.mills.io/prologic/zs
synced 2024-11-25 06:46:11 +03:00
11 lines
190 B
HTML
11 lines
190 B
HTML
<html>
|
|
<head>
|
|
<title>Second post</title>
|
|
<link href="styles.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body><h1>Second post</h1>
|
|
|
|
<p>This is my second post</p>
|
|
</body>
|
|
</html>
|