This repository has been archived on 2022-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
tghandbook/index.html

15 lines
415 B
HTML
Raw Normal View History

2020-06-16 09:32:48 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/fonts/iosevka/iosevka-aile.css" />
<link rel="stylesheet" href="style/main.scss" />
<title>/tg/ Handbook</title>
</head>
<body>
<main id="app"></main>
<script src="lib/index.tsx"></script>
</body>
</html>