summaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/index.html20
-rw-r--r--src/templates/main.html18
2 files changed, 38 insertions, 0 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
new file mode 100644
index 0000000..0208796
--- /dev/null
+++ b/src/templates/index.html
@@ -0,0 +1,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>
diff --git a/src/templates/main.html b/src/templates/main.html
new file mode 100644
index 0000000..aceeb0d
--- /dev/null
+++ b/src/templates/main.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <!-- Required meta tags -->
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+ <link rel="icon" href="<%= htmlWebpackPlugin.options.staticPath %>/favicon.ico" />
+
+ <title>Hello, world!</title>
+</head>
+
+<body>
+ main
+</body>
+
+</html>