Melora Hugues
1e8b9ef161
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
No EOL
323 B
HTML
13 lines
No EOL
323 B
HTML
{{ template "header.html" . }}
|
|
|
|
<script src="/static/scripts/index.js" defer></script>
|
|
|
|
<div>
|
|
<form action="" id="connectorform">
|
|
<label for="cname">Connector name</label>
|
|
<input type="text" id="cname" name="connector_id">
|
|
<input type="submit">
|
|
</form>
|
|
</div>
|
|
|
|
{{ template "footer.html" . }} |