Commit 0399e1e4 authored by Abinaya Sudhir's avatar Abinaya Sudhir

image s showing now

parent 663ea4ca
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<link href="css/login.min.css" rel="stylesheet"> <link href="css/login.min.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet"> <link href="css/bootstrap.css" rel="stylesheet">
<link href="css/lavish-bootstrap.css" rel="stylesheet"> <link href="css/lavish-bootstrap.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./dist/css/menu.css"/> <link rel="stylesheet" type="text/css" href="css/menu.css"/>
<link href="css/Login.css" rel="stylesheet"> <link href="css/Login.css" rel="stylesheet">
</head> </head>
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div id="app"></div> <div id="app"></div>
<script src="bundle.js"></script> <script src="bundle.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../dist/js/bootstrap.min.js"></script> <script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="/dist/lib/bootstrap/3.2.0/bootstrap.min.js"></script> <script type="text/javascript" src="lib/bootstrap/3.2.0/bootstrap.min.js"></script>
</body> </body>
</html> </html>
...@@ -57,7 +57,7 @@ loginSpec = simpleSpec performAction render ...@@ -57,7 +57,7 @@ loginSpec = simpleSpec performAction render
[ [
div [ className "navbar-inner" ] div [ className "navbar-inner" ]
[ a [ className "navbar-brand logoSmall", href "/" ] [ a [ className "navbar-brand logoSmall", href "/" ]
[ img [ src "static/images/logoSmall.png", title "Back to home." ] [ img [ src "images/logoSmall.png", title "Back to home." ]
[] []
] ]
] ]
...@@ -171,7 +171,7 @@ loginSpec = simpleSpec performAction render ...@@ -171,7 +171,7 @@ loginSpec = simpleSpec performAction render
[ [
p [ className "right" ] p [ className "right" ]
[ div [_id "logo-designed" ] [ div [_id "logo-designed" ]
[ img [ src "static/images/logo.png", title "Logo designed by dacha and anoe" ] [ img [ src "images/logo.png", title "Logo designed by dacha and anoe" ]
[] []
] ]
] ]
...@@ -183,7 +183,7 @@ loginSpec = simpleSpec performAction render ...@@ -183,7 +183,7 @@ loginSpec = simpleSpec performAction render
, div [className "container"] , div [className "container"]
[ div [className "row"] [ div [className "row"]
[ div [className "col-md-offset-5 col-md-6 content"] [ div [className "col-md-offset-5 col-md-6 content"]
[ img [ src "static/images/Gargantextuel-212x300.jpg", title "Gargantextuel drawn by Cecile Meadel", _id "funnyimg"] [] [ img [ src "images/Gargantextuel-212x300.jpg", title "Gargantextuel drawn by Cecile Meadel", _id "funnyimg"] []
] ]
] ]
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment