Skip to content

Instantly share code, notes, and snippets.

@rizkyramadhan21
Created June 18, 2021 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rizkyramadhan21/8247a74452395f9aff0fd385df43b3e3 to your computer and use it in GitHub Desktop.
Save rizkyramadhan21/8247a74452395f9aff0fd385df43b3e3 to your computer and use it in GitHub Desktop.
Bot Telegram Laporan - Blogging Resources
<div class="container">
<div class="small text-muted">Home » Report</div>
<hr />
<div class="col-md-6">
<h4>Input Laporan Harian</h4>
<form action="./submit_report" method="POST">
<div class="form-group">
<label for="nama">Nama:</label>
<input id="nama" class="form-control" name="nama" required="" type="nama" placeholder="Masukkan nama anda . . ." />
</div>
<div class="form-group">
<label for="sales">Jumlah Penjualan:</label>
<input id="sales" class="form-control" name="sales" required="" type="number" placeholder="Jumlah penjualan . . ." />
</div>
<div class="form-group form-check"> </div>
<button class="btn btn-primary" type="submit">Input</button>
</form>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment