Skip to content

Commit f2a17fb

Browse files
committed
insert gittn
1 parent 501a160 commit f2a17fb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

templates/form.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
88
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
99
<script src="{{ url_for('static', filename='js/form.js') }}"></script>
10+
<!-- Place this tag in your head or just before your close body tag. -->
11+
<script async defer src="https://buttons.github.io/buttons.js"></script>
1012
<meta name="viewport" content="width=device-width, initial-scale=1">
13+
1114
<style>
1215
body{
1316
margin: 0;
@@ -58,8 +61,18 @@
5861
</form>
5962
<div id="successAlert" class="alert alert-success" role="alert" style="display:none; width:50%;"></div>
6063
<div id="errorAlert" class="alert alert-danger" role="alert" style="display:none; width: 50%;"></div>
64+
6165
</div>
66+
67+
<a class="github-button" href="https://github.com/jainish-jain" data-size="large" aria-label="Follow @jainish-jain on GitHub">Follow @jainish-jain</a>
68+
<a class="github-button" href="https://github.com/harshtotla" data-size="large" aria-label="Follow @harshtotla on GitHub">Follow @harshtotla</a>
69+
<a class="github-button" href="https://github.com/jainish-jain/Spam-comment-detector-with-flask" data-icon="octicon-star" data-size="large" aria-label="Star jainish-jain/Spam-comment-detector-with-flask on GitHub">Star</a>
70+
<a class="github-button" href="https://github.com/jainish-jain/Spam-comment-detector-with-flask/fork" data-icon="octicon-repo-forked" data-size="large" aria-label="Fork jainish-jain/Spam-comment-detector-with-flask on GitHub">Fork</a>
71+
<a class="github-button" href="https://github.com/jainish-jain/Spam-comment-detector-with-flask/" data-icon="octicon-download" data-size="large" aria-label="Download jainish-jain/Spam-comment-detector-with-flask on GitHub">Download</a>
72+
6273
</div>
6374
</center>
75+
76+
6477
</body>
6578
</html>

0 commit comments

Comments
 (0)