Skip to content

Instantly share code, notes, and snippets.

@irek02
irek02 / no-table.txt
Created June 12, 2021 17:39
no table
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Ex 1 - Page 1</title>
<style>
body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #000099;}
.here { color: #FF0000;}
.clear { clear: both; }
.container { margin: 30px auto; max-width: 800px; }
@irek02
irek02 / jmathieu-riis.diff
Created November 20, 2019 01:40
jmathieu-riis
diff --git a/src/app/src/components/booking/booking.component.html b/src/app/src/components/booking/booking.component.html
index c3b4807..854496d 100644
--- a/src/app/src/components/booking/booking.component.html
+++ b/src/app/src/components/booking/booking.component.html
@@ -1,11 +1,9 @@
<div data-test="title">Book {{data.home.title}}</div>
<div data-test="price">${{data.home.price}} per night</div>
<label for="checkin">Select Date to Check In</label>
-<input type="date"
- id="checkin"
@irek02
irek02 / bash-while.sh
Created October 3, 2017 13:27
bash-while.sh
while sleep 1; do cmd ; done