Files
dev-connect/client/public/index.html
T
2024-09-28 23:56:37 +03:00

15 lines
338 B
HTML

<!doctype html>
<html lang="en">
<head>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div id="root"></div>
</body>
</html>