Files
SusMarket/reactapp/public/index.html
RailTH a814031d1a Getting started on the Home page and other
Getting started home page, added framer-motion package, fixes & product card
2024-02-02 20:15:24 +11:00

13 lines
300 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SusMarket</title>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
</head>
<body>
<div id="root"></div>
</body>
</html>