Codeki / frontend /public /index.html
Mayank2027's picture
Update frontend/public/index.html
777dbfd verified
Raw
History Blame Contribute Delete
365 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Codeki</title>
<style>
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
</style>
</head>
<body>
<div id="root"></div>
</body>
</html>