all repos — flounder @ b945be6eb205deea2c68eddb27f1f1de8a39b43f

A small site builder for the Gemini protocol

templates/convert.html (view raw)

 1{{template "header" .}}
 2<h1>Convert HTML to Gemtext</h1>
 3<p>
 4A tool for converting HTML to Gemtext. Useful if you have an HTML site you want to add to Flounder.</p>
 5<form id="convert-form" action="/convert" method="POST">
 6  <textarea rows="27" name="file_text" id="editor">{{.Text}}</textarea>
 7  <br>
 8  <input type="submit" value="Convert" class="button">
 9</form>
10{{ template "footer" .}}