Files
SusMarket/reactapp/public/index.html
RailTH 85cce21e6b Coding header, fixes & additions
Coding HTML & CSS Header, edited README file, fixed sass, added icons, fragmentation css, using BEM & other
2024-02-02 13:06:51 +11:00

13 lines
310 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>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>