mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
21 lines
502 B
HTML
21 lines
502 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext"
|
|
rel="stylesheet">
|
|
|
|
<title>Writer</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="body"></div>
|
|
<script src="./index.tsx"></script>
|
|
</body>
|
|
|
|
</html> |