web-base/react/admin-panel/public/index.html

9 lines
149 B
HTML
Raw Normal View History

2022-12-01 01:28:38 +01:00
<!DOCTYPE html>
2021-03-31 16:02:40 +02:00
<html>
<head>
<link rel="stylesheet" href="/css/fontawesome.min.css">
</head>
<body>
2022-12-01 01:28:38 +01:00
<div id="admin-panel"></div>
2021-03-31 16:02:40 +02:00
</body>
</html>