CS307-Team24/twistter-frontend/public/index.html
Aditya Sankaran 3b682bae18 Revert "Can successfully register and login in UI"
This reverts commit 893cad7e7e.

reverting commit
2019-10-02 21:38:23 -04:00

21 lines
283 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Twistter</title>
<style>
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
</style>
</head>
<body>
<div id="root"></div>
</body>
</html>