"Precisions"
This commit is contained in:
parent
f087a270e4
commit
a85b5e9f6e
@ -19,7 +19,7 @@
|
||||
<article class='right'>
|
||||
<h3>Get value from AJAX</h3>
|
||||
<p>Get a random value from the application.</p>
|
||||
<p>Value may randomly be unavailable raising an error so you should try it more than once.</p>
|
||||
<p>Value may randomly be unavailable which will raise an error so you should try it more than once.</p>
|
||||
<input type='text' id='value_receiver'>
|
||||
<input type='button' value="Try me" onclick='javascript:get_value_from_ajax(document.getElementById("value_receiver"), "/get_value_from_ajax", "TETA_ERR");'>
|
||||
</article>
|
||||
|
@ -39,9 +39,13 @@
|
||||
</p>
|
||||
<p>
|
||||
The goal of this project is to provide a canvas to make any web application you need while letting
|
||||
you complete freedom on how to use or extend it.
|
||||
you complete freedom on how to use or extend it <strong>without</strong> using any Google, Bootstrap or
|
||||
any other piece of <strong>free spyware</strong>.
|
||||
</p>
|
||||
<p>The is <strong>no</strong> limitation, you can use all or only parts of <strong>TetaWebApp</strong>
|
||||
TetaWebApp will <strong>never</strong> download or upload anything in any way.
|
||||
<p>
|
||||
</p>
|
||||
<p>There is <strong>no</strong> limitation, you can use all or only parts of <strong>TetaWebApp</strong>
|
||||
and you can <strong title='bullshit inside'>virtually</strong> do any app you want with TetaWebApp.
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user