melawy-site/public/json/index.html

11 lines
264 B
HTML
Raw Normal View History

2023-12-12 13:21:53 +05:00
<!DOCTYPE html>
<html lang="ru-RU">
<head>
2023-12-12 13:26:48 +05:00
<link rel="stylesheet" href="assets/css/mastodon.css" media="all">
2023-12-12 13:21:53 +05:00
</head>
<body>
<div id="log"></div>
2023-12-12 13:26:48 +05:00
<script src="json/index.js" type="module" async="async"></script>
2023-12-12 13:21:53 +05:00
</body>
</html>