22 lines
568 B
HTML
22 lines
568 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>
|
|
<script>
|
|
console.log('Hi here!')
|
|
</script>
|
|
</body>
|
|
</html>
|