Commit e1475f43 authored by Abinaya Sudhir's avatar Abinaya Sudhir

skeleton added to corpus view page

parent 30c444cd
...@@ -66,16 +66,19 @@ addcorpusviewSpec = simpleSpec performAction render ...@@ -66,16 +66,19 @@ addcorpusviewSpec = simpleSpec performAction render
[ [
div [className "container"] div [className "container"]
[ [
div [className "row"] div [className "jumbotron"]
[div [className "row"]
[ [
div [className "col align-self-start"] div [className "col-md-3"]
[ [
h3 [] [text "Treeview"] h3 [] [text "Treeview"]
] ]
, div [className "col align-self-center"] , div [className "col-md-9"]
[ [
h3 [] [text "Corpusview"]
] ]
] ]
] ]
] ]
]
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