mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-16 16:01:52 +03:00
11 lines
167 B
HTML
11 lines
167 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>React App</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="./src/index.js"></script>
|
|
</body>
|
|
</html>
|