summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ2023-06-14 09:06:20 +0000
committerJJ2023-06-14 09:06:20 +0000
commit5f2bb66476a55b36a69dac9e6c44e191b52691d6 (patch)
tree0243fd6733d701669f0dfef822d8fd8a62333aed
parent846c739f7d53d12e1adb09686754febfe84ab52f (diff)
hmmm yes kitchen applicances
-rw-r--r--assets/avante-elite.jpgbin0 -> 80920 bytes
-rw-r--r--toaster-oven.html33
2 files changed, 33 insertions, 0 deletions
diff --git a/assets/avante-elite.jpg b/assets/avante-elite.jpg
new file mode 100644
index 0000000..bb9e3cf
--- /dev/null
+++ b/assets/avante-elite.jpg
Binary files differ
diff --git a/toaster-oven.html b/toaster-oven.html
new file mode 100644
index 0000000..310c29d
--- /dev/null
+++ b/toaster-oven.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>I LOVE TOASTER OVENS</title>
+ <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png"/>
+ <link rel="stylesheet" href="https://apropos.codes/css/style.css"/>
+ <style>
+ body {
+ background-image: url('assets/avante-elite.jpg');
+ background-size: 30%;
+ }
+ main p, main h1, main h3 {
+ padding: 4px;
+ background-color: yellow;
+ color: darkviolet;
+ text-shadow: 2px 2px 4px darkviolet;
+ }
+ h1 { text-align: center; }
+ </style>
+</head>
+<body>
+<main>
+ <h1>I LOVE TOASTER OVENS</h1>
+ <h3>in praise of the avante elite convection toaster oven <i>(T-Fal Ot8085002)</i></h3>
+ <p>toaster ovens are incredibly multifunctional, offering (as their name implies) both the ability to toast and the ability to oven. their small size and usage of a standard outlet makes them easily usable within a small living area, yet they can reach temperatures of up to many degrees fahreaighnheit - comparable to a standard integrated kitchen oven. </p>
+ <p>popularized in 1968 by noted actor and counterculture icon howard "toast" williamsen, toaster ovens first were marketed primarily to traveling circuses and railcar diners, yet their broader appeal was soon recognized and focus shifted to the domestic market. </p>
+ <p> compared to standard ovens, toaster ovens heat up food faster and are more energy efficient due to their smaller inner volume, yet are limited in the quantity and variety of items which they can cook also due to their limited volume. public concern over the under-regulation of toaster ovens and broad failure to meet governmental safety standards led to the relative decline in popularity beginning in the early 1990s, yet the toaster oven has remained a staple among nomads, long-distance bicyclers, government contractors, and giraffes and other ruminants.</p>
+ <p>the avante elite toaster oven in particular is a cool toaster oven because i have one and it looks sick</p>
+</main>
+</body>
+</html>