lainTSX/public/index.html

14 lines
399 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="icon.png" />
2021-03-10 19:21:11 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
</head>
<body>
2021-03-10 19:21:11 +00:00
<noscript>Your browser has JavaScript disabled, please enable it.</noscript>
<div id="root"></div>
</body>
</html>