8 lines
177 B
HTML
8 lines
177 B
HTML
|
<h1>Add Repository</h1>
|
||
|
|
||
|
<a href="/">Back</a>
|
||
|
|
||
|
<form>
|
||
|
<input type="text" placeholder="octocat/Hello-World" ng-model="slug" />
|
||
|
<button ng-click="add(slug)">Add</button>
|
||
|
</form>
|