summaryrefslogtreecommitdiff
path: root/toaster-ovens.html
blob: e0924161470c597cb0d679b7c70f0eea0d998b4a (plain) (blame)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!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://toki.la/assets/light.png"/>
  <link rel="stylesheet" href="https://toki.la/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; }
    #ghosttoaster {
      display: absolute;
    }
    a img {
      position: absolute;
      z-index: -1;
      width: 100vw;
      height: 100vh;
      top: 0px;
      left: 0px;
      opacity: 0;
    }
  </style>
</head>
<body>
<main>
  <a href="https://applianceri.ng/next?host=toki.la">
    <img src="assets/avante-elite.jpg" alt="Avante Elite Convection Toaster Oven"/>
  </a>
  <a href="https://applianceri.ng/next?host=toki.la"><h1>I LOVE TOASTER OVENS</h1></a>
  <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>first invented and brought to the market in 1910 by william s. hadaway jr. of new york, toaster ovens were at first a commercial failure, due in large part to the bulk of early ovens and the lack of sliced bread. by 1925, toaster oven designs had been refined enough to warrant their use as home appliances, and when bread was first sliced in 1928, the sliced bread market and toaster oven market grew in parallel. </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 slow early consumer adoption. but by the 1960s, due in large part to the post-war economic boom and universal status of sliced bread, toaster ovens had become a staple of industrialized countries worldwide.</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>