diff options
author | Vitaly Takmazov | 2018-02-13 16:20:54 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:52 +0300 |
commit | 185af998262b3c33ee55aee87a89d9a5948110b1 (patch) | |
tree | 9f704f89e1f7c667316c2242497661e90f5408e3 /vnext/src/views/index.html | |
parent | 5f6126a48678ef56b3e26357ad8491c4892e3d89 (diff) |
basic navigation
Diffstat (limited to 'vnext/src/views/index.html')
-rw-r--r-- | vnext/src/views/index.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html index da5ec8a5..9f8feae9 100644 --- a/vnext/src/views/index.html +++ b/vnext/src/views/index.html @@ -39,13 +39,7 @@ </script> </head> <body id="body"> -<div id="wrapper"> - <div class="page"> - <p>Login to comment</p> - </div> -<section id="content"> -</section> -</div> +<div id="wrapper"></div> <script type="text/javascript" src="app.js"></script> </body> </html> |