mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
11 lines
No EOL
316 B
HTML
11 lines
No EOL
316 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Webpack App</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="main.js"></script></head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="text/javascript" src="main.js"></script>
|
|
</body>
|
|
</html> |