Skip to content
Snippets Groups Projects

added connectivity to main project as well as page load for all working spaces...

2 files
+ 21
32
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -21,7 +21,7 @@
<li>
<div class="container">
<img src= "{{data[x][1]}}" class="image" >
<h2> {{data[x][0]}} </h2>
<h2 onclick="window.location.href='/Load/Page/{{data[x][0]}}'"> {{data[x][0]}} </h2>
<p>hhhhhhhhhhhhhhhhhhhhhhhhhhh</p>
<div class= star>
<span class="fa fa-star fa-3x checked" ></span>
Loading