templates/mainpage_get.html: fix typo -- 陈天乐

ChenTianle-TypoCorrection
Lan Hui 2022-01-27 20:12:10 +08:00
parent c43e4c3f7c
commit 8dab62df7e
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<p><b>{{random_ads|safe}}</b></p> <p><b>{{random_ads|safe}}</b></p>
{% endif %} {% endif %}
<div class="alert alert-success" role="alert">共有文章 <span class="badge bg-success"> {{number_of_essays}} </span></div> <div class="alert alert-success" role="alert">共有文章 <span class="badge bg-success"> {{number_of_essays}} </span></div>
<p>1篇文章 (English only)</p> <p>1篇文章 (English only)</p>
<form method="post" action="/"> <form method="post" action="/">
<textarea name="content" rows="10" cols="120"></textarea><br/> <textarea name="content" rows="10" cols="120"></textarea><br/>
<input type="submit" value="get文章中的词频"/> <input type="submit" value="get文章中的词频"/>
@ -50,4 +50,4 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
</body> </body>
</html> </html>