Explorar o código

add index.html

Paweł Malicki hai 1 ano
pai
achega
5ec6ed7295
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      frontend/public/index.html

+ 11 - 0
frontend/public/index.html

@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Invoice Notification</title>
+</head>
+<body>
+    <div id="root"></div>
+</body>
+</html>