Files
whaticket-community/frontend/public/index.html
2020-07-22 15:28:17 -03:00

15 lines
317 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>React App</title>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
rel="stylesheet"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>