Преглед изворни кода

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* *login.html*


#+BEGIN_EXAMPLE
#+BEGIN_SRC
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <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> <script src="/cljs-out/login-main.js" type="text/javascript"></script>
</body> </body>
</html> </html>
#+END_EXAMPLE
#+END_SRC
*signup.html* *signup.html*


#+BEGIN_EXAMPLE
#+BEGIN_SRC
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <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> <script src="/cljs-out/signup-main.js" type="text/javascript"></script>
</body> </body>
</html> </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)~ 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 #+BEGIN_SRC


Loading…
Откажи
Сачувај