comparison src/admin/index.html.luan @ 23:7c9a45368af2 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 04 Oct 2024 12:06:16 -0600
parents a7187a447835
children
comparison
equal deleted inserted replaced
22:e65668ff8822 23:7c9a45368af2
45 <hr> 45 <hr>
46 <h2>Add Repository</h2> 46 <h2>Add Repository</h2>
47 <form action="add.html"> 47 <form action="add.html">
48 <p> 48 <p>
49 <label prompt>Repo name</label> 49 <label prompt>Repo name</label>
50 <input type=text name=repo required pattern="[a-z0-9_][a-z0-9_-]*"> 50 <input type=text name=repo required pattern="[a-z0-9_][a-z0-9_\-]*">
51 <label prompt>Must match regex: [a-z0-9_][a-z0-9_-]*</label> 51 <label prompt>Must match regex: [a-z0-9_][a-z0-9_-]*</label>
52 </p> 52 </p>
53 <p> 53 <p>
54 <input type=submit value="Add Repo"> 54 <input type=submit value="Add Repo">
55 </p> 55 </p>