Files
AutonetSellCar/backend/search_iframe_content.html
AutonetSellCar Deploy 1f0dcb1ddb Initial commit: AutonetSellCar platform with deployment system
- Frontend: Next.js 14 with TypeScript
- Backend: FastAPI with SQLAlchemy
- Agent: Carmodoo sync agent
- Deployment: Docker Compose based staging/production setup
- Scripts: Automated deployment with rollback support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 13:24:39 +09:00

23 lines
1.0 KiB
HTML

<!DOCTYPE html><html lang="ko" class="iframe"><head>
<meta charset="euc-kr">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>사양조회</title>
<link rel="stylesheet" type="text/css" href="/cp/css/layout.css">
<script type="text/javascript" src="/cp/js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="/cp/js/common.js"></script>
<script type="text/javascript" src="/cp/js/emeye.js"></script>
<script type="text/javascript" src="/cp/js/SearchCarNum.js?v=1"></script>
<style>
body {background:#fff;}
.wrapper {min-width:auto;height:auto;overflow:auto;}
</style>
</head>
<body>
<div class="wrapper">
<div class="search_result">
<div class="guide">본 서비스는 중고차 매매업에 종사하는 허가받은 종사원들의 업무의 편의를 위하여 제공하는 서비스입니다.<br>차량번호를 입력하시면 차량정보와 정확한 세부 등급정보로 신차출고가격 및 옵션정보를 제공합니다.</div>
<img src="/cp/images/sample.png">
</div>
</div>
</body></html>