[modern-react] 리액트 스터디 파일 추가
This commit is contained in:
10
modern-react/my-modern/module_basic.html
Normal file
10
modern-react/my-modern/module_basic.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>리액트 입문</title>
|
||||
</head>
|
||||
<body>
|
||||
<script type="module" src="module_basic.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user