lordfrontend/public/index.html

12 lines
272 B
HTML
Raw Normal View History

2019-12-27 22:33:58 +00:00
<!DOCTYPE html>
<html lang="en">
2020-01-10 19:10:59 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1" />
<title>MPBE</title>
</head>
<body style="background-color: #343a40;">
<div id="root"></div>
</body>
2019-12-27 22:33:58 +00:00
</html>