소스 검색

Update 'doc/cors doc for sign up and sign in.org'

master
Vikram Shaw 6 년 전
부모
커밋
543fff5660
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      doc/cors doc for sign up and sign in.org

+ 4
- 4
doc/cors doc for sign up and sign in.org 파일 보기

@@ -118,7 +118,7 @@ For ~Sign-up~ create a file ~signup.cljs.edn~ and add these codes

*login.html*

#+BEGIN_EXAMPLE
#+BEGIN_SRC
<!DOCTYPE html>
<html>
<head>
@@ -132,10 +132,10 @@ For ~Sign-up~ create a file ~signup.cljs.edn~ and add these codes
<script src="/cljs-out/login-main.js" type="text/javascript"></script>
</body>
</html>
#+END_EXAMPLE
#+END_SRC
*signup.html*

#+BEGIN_EXAMPLE
#+BEGIN_SRC
<!DOCTYPE html>
<html>
<head>
@@ -149,7 +149,7 @@ For ~Sign-up~ create a file ~signup.cljs.edn~ and add these codes
<script src="/cljs-out/signup-main.js" type="text/javascript"></script>
</body>
</html>
#+END_EXAMPLE
#+END_SRC

5)Create a ~login.cljs~ file in ~src/cljs~ folder, create a form for ~username~ and ~password~ and add these codes for accessing the data from server side database ~(Stamp project)~
#+BEGIN_SRC


불러오는 중...
취소
저장