save
This commit is contained in:
parent
50fd9b9ca6
commit
2fb5151437
|
@ -51,14 +51,10 @@
|
|||
<button class="w3-button w3-round w3-border">Upload file</button>
|
||||
</div>
|
||||
<div class="w3-container w3-center w3-cell w3-cell-middle">
|
||||
<div class="w3-cell-row">
|
||||
<div class="w3-center w3-cell w3-cell-middle">
|
||||
<button class="w3-button w3-border w3-round">HTTPS</button>
|
||||
<button class="w3-button w3-border w3-round">SSH</button>
|
||||
</div>
|
||||
<div class="w3-center w3-cell w3-cell-middle">
|
||||
<input class="w3-input w3-border" type="text" value="git@domain.net:plop/plip.git">
|
||||
</div>
|
||||
<div class="w3-bar">
|
||||
<button class="w3-button w3-border w3-round w3-bar-item">HTTPS</button>
|
||||
<button class="w3-button w3-border w3-round w3-bar-item">SSH</button>
|
||||
<input class="w3-input w3-border w3-bar-item w3-round" type="text" value="git@domain.net:plop/plip.git">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue