← 모든 코드 파일

index.html

웹 서버가 정적 파일을 제공하는지 확인하는 최소 "It works!" 페이지.

<!doctype html>
<html lang="en">
<head><meta charset="utf-8"><title>It works!</title></head>
<body style="font-family:system-ui;display:grid;place-items:center;height:100vh;margin:0">
  <h1>It works! 🎉</h1>
</body>
</html>

이 도구에 대해

웹 서버가 정적 파일을 제공하는지 확인하는 최소 "It works!" 페이지.

바로 사용할 수 있는 index.html — 내용을 보고 복사하거나 올바른 파일명으로 다운로드하세요. 무료, 100% 브라우저에서.