summaryrefslogtreecommitdiffstats
path: root/src/templates/index.html
blob: 02087967630c41d24d8a2226f73384a32dc1373c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">

<head>
  <!-- Required meta tags -->
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />

  <!-- Added automatically by webpack -->
</head>

<body>
  <div>
    <label for="name">Igama lefriji yakho:</label>
    <input name="name" id="name" type="text">
    <button type="button" onclick="goToFridge(event)">👍</button>
  </div>
</body>

</html>