템플릿 초기 버전
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>나의 Playground 앱</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>안녕하세요! 나의 첫 Playground 앱입니다 🎉</h1>
|
||||
<p>이 파일(index.html)을 고쳐서 나만의 페이지를 만들어 보세요.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user