Add makefile template download link
This commit is contained in:
parent
04b34f73c1
commit
75dd7db73f
2 changed files with 11 additions and 1 deletions
|
|
@ -239,7 +239,11 @@ a.btn.green {
|
|||
}
|
||||
|
||||
.controls {
|
||||
padding-top: 8em;
|
||||
padding-top: 4em;
|
||||
}
|
||||
|
||||
.banner {
|
||||
padding-top: 4em;
|
||||
}
|
||||
|
||||
.render_output {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,12 @@
|
|||
|
||||
<form id="reset-form" method="POST" action="{{url_for('session_reset')}}" class="reset-form">{{reset_form.csrf_token}}</form>
|
||||
|
||||
<div class="banner">
|
||||
This is a web frontend for the <a href="static/pogojig_makefile_template.zip">Makefile template</a>. You can
|
||||
download the <a href="static/pogojig_makefile_template.zip">Makefile template</a> to customize and run this
|
||||
compilation yourself.
|
||||
</div>
|
||||
|
||||
<div class="controls">
|
||||
<form id="svg-upload-form" method="POST" action="{{url_for('upload_svg')}}" enctype="multipart/form-data">
|
||||
{{svg_form.csrf_token}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue