feat : initial commit
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#667eea" />
|
||||
<meta name="description" content="AI 기반 개인 맞춤형 건강관리 서비스" />
|
||||
<title>HealthSync - AI 건강 코치</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #f8f9fa;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script src="runtime-env.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
//* public/runtime-env.js
|
||||
window.__runtime_config__ = {
|
||||
AUTH_URL: 'http://20.1.2.3/auth',
|
||||
HEALTH_URL: 'http://20.1.2.3/health',
|
||||
GOAL_URL: 'http://20.1.2.3/goal',
|
||||
CHAT_URL: 'http://20.1.2.3/chat'
|
||||
}
|
||||
Reference in New Issue
Block a user