CS307-Team24/twistter-frontend/public/index.html
2019-09-24 14:38:13 -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>