19 lines
521 B
HTML
19 lines
521 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
|
<title>Ostiwe</title>
|
|
<meta name="og:title" content="Ostiwe"/>
|
|
<meta name="og:image" content="./assets/images/thumb.jpg"/>
|
|
<link rel="stylesheet" href="./assets/styles/app.css">
|
|
</head>
|
|
<body class="page-root">
|
|
<div class="page-title__wrapper">
|
|
<div class="page-title__wrapper-inner">
|
|
<h1 class="page-title">Ostiwe</h1>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|