summaryrefslogtreecommitdiff
path: root/wikipedia/views/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'wikipedia/views/index.html')
-rw-r--r--wikipedia/views/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/wikipedia/views/index.html b/wikipedia/views/index.html
new file mode 100644
index 0000000..b0aefd0
--- /dev/null
+++ b/wikipedia/views/index.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <title></title>
+ <meta name="description" content="">
+ <meta name="viewport" content="width=device-width">
+ <link rel="stylesheet" href="css/first_load.css">
+ <link rel="stylesheet" href="css/second_load.css">
+ <link rel="stylesheet" href="css/main.css">
+ <link rel="stylesheet" href="css/wikipedia.css">
+ <link rel="stylesheet" href="css/nolinks.css">
+ <script src="js/jquery-min.js"></script>
+ </head>
+ <body class="">
+ <div id="main">
+
+ <section id="main-content">
+ <header id="header-content">
+ </header>
+
+ <section id="inside-content">
+ </section>
+ </section>
+ </div>
+ <script src="js/main.js"></script>
+ </body>
+</html> \ No newline at end of file