mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
10 lines
167 B
HTML
10 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>
|