summaryrefslogtreecommitdiff
path: root/sample-entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'sample-entry.html')
-rw-r--r--sample-entry.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/sample-entry.html b/sample-entry.html
deleted file mode 100644
index 92b9131..0000000
--- a/sample-entry.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<h4 class="mb-3">Sample entry</h4>
-<!-- Checkboxes -->
-
-<div>
-
-<input type="checkbox" id="march" name="myCheckbox" value="isChecked">
-<label for="myCheckbox">Covid-19 March 2020</label>
-
-</div>
-<div>
-
-<input type="checkbox" id="april" name="myCheckbox" value="isChecked">
-<label for="myCheckbox">Covid-19 April 2020</label>
-
-</div>
-<div>
-
-<input type="checkbox" id="may" name="myCheckbox" value="isChecked">
-<label for="myCheckbox">Covid-19 May 2020</label>
-</div>
-
-<div>
-
-<input type="checkbox" id="june" name="myCheckbox" value="isChecked">
-<label for="myCheckbox">Covid-19 June 2020</label></div>
-<div><input type="checkbox" id="july" name="myCheckbox" value="isChecked">
-<label for="myCheckbox">Covid-19 July 2020</label></div>
-
-
-<div>
-
-<!-- Submit button -->
-<button id="sample_entry" type="button" class="btn btn-outline-primary btn-sm action-button">
- <span class="glyphicon glyphicon-plus"></span> Add
-</button>
-</div>
-<!-- Warning area. -->
-<div>
- <small id="sample_area_warn" class="form-text text-primary shiny-html-output"></small>
-</div>