changes
This commit is contained in:
parent
bea29624ab
commit
81a9f68a22
58 changed files with 280 additions and 815 deletions
|
@ -20,7 +20,7 @@
|
|||
<% end %>
|
||||
</ul>
|
||||
</nav>
|
||||
<a href="https://phoenixframework.org/" class="phx-logo">
|
||||
<a href="https://reaproche.fr/" class="phx-logo">
|
||||
<img src={Routes.static_path(@conn, "/images/phoenix.png")} alt="Phoenix Framework Logo"/>
|
||||
</a>
|
||||
</section>
|
||||
|
|
|
@ -40,4 +40,12 @@
|
|||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
<section>
|
||||
<h2>Alpine JS Installed</h2>
|
||||
<div x-data="{name:''}">
|
||||
<label for="name">Name:</label>
|
||||
<input id="name" type="text" x-model="name" />
|
||||
<p><br><b><em>Output:</em></b> <span x-text="name"/></p>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue