Skip to content

Instantly share code, notes, and snippets.

View juyoung-rpls's full-sized avatar

홍주영 juyoung-rpls

View GitHub Profile
@juyoung-rpls
juyoung-rpls / ai-survey-dashboard.html
Created April 10, 2026 02:34
라포랩스 AI 활용 수준 셀프 진단 결과 (2026.04.09, 45명)
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>라포랩스 AI 활용 수준 셀프 진단 결과</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #f5f5f7; color: #1d1d1f; }