summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-06-19 08:17:22 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 09:41:14 +0100
commit577649504775349936391330a8bdf3fd58464a67 (patch)
tree0a7754a3512a316e39a94024b65f783a140f2de0 /src/index.html
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
STRUCT Repo structure with basic layout
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..e036d15
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <!-- Required meta tags -->
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ </head>
+ <body>
+ <h1>h1. Bootstrap heading</h1>
+ <h2>h2. Bootstrap heading</h2>
+ <h3>h3. Bootstrap heading</h3>
+ <h4>h4. Bootstrap heading</h4>
+ <h5>h5. Bootstrap heading</h5>
+ <h6>h6. Bootstrap heading</h6>
+ </body>
+</html> \ No newline at end of file