-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
36 lines (34 loc) · 1017 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
permalink: index.html
layout: index
title: random excuse generate please
description: random excuse generate please is a tool to generate random excuses which would work 99.999% of the time.
---
<div>
<div>random-excuse-generate-please</div>
importance:
<div class="importance">
<div>
<input type="radio" name="importance" value="high">
high
</div>
<div>
<input type="radio" name="importance" value="medium">
medium
</div>
<div>
<input type="radio" name="importance" value="less">
less
</div>
</div>
where to escape from:
<div class="escape">
<select id="escape">
<option value="partner">ur gf/bf</option>
<option value="work">ur work/school</option>
<option value="gathering">party/event</option>
<option value="mum-chores">chores given by mum</option>
</select>
</div>
</div>
<button>get</button>