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