Răsfoiți Sursa

Create page to display currency, but without js/population.

Lee Morgan 4 ani în urmă
părinte
comite
94a9c027f6
1 a modificat fișierele cu 27 adăugiri și 0 ștergeri
  1. 27 0
      views/currency/display.html

+ 27 - 0
views/currency/display.html

@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <link rel="stylesheet" href="/currency/style">
+        <title>Lee Morgan</title>
+    </head>
+    <body>
+        <h1>Currencies from around the world</h1>
+
+        <div id="container">
+            <template id="currency">
+                <div class="currency">
+                    <p class="location"></p>
+                    <p class="year"></p>
+                    <img class="fontImage">
+                    <img class="backImage">
+                    <p class="comment"></p>
+                </div>
+            </template>
+        </div>
+
+        <script>
+            
+        </script>
+    </body>
+</html>